From 498fc14bc4bdd2dce2530c7cdb5ea1e8c476fa81 Mon Sep 17 00:00:00 2001 From: liaoxuezhi Date: Tue, 30 Apr 2019 12:24:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/factory.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/factory.tsx b/src/factory.tsx index 3d1b011a..a2a28b70 100644 --- a/src/factory.tsx +++ b/src/factory.tsx @@ -7,7 +7,7 @@ import { } from "./store/index"; import { getEnv -} from 'mobx-state-tree/'; +} from 'mobx-state-tree'; import { Location } from 'history';