lianghuang před 4 roky
rodič
revize
9486eda530
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      coms/jenga/block/base/BlockEnable.jsx

+ 2 - 2
coms/jenga/block/base/BlockEnable.jsx

@@ -1,7 +1,7 @@
 import React from 'react'
 import cls from 'classnames'
-import newEventActions from 'actions/event'
-import newEventStores from 'stores/event'
+import newEventActions from 'actions/newEvent'
+import newEventStores from 'stores/newEvent'
 import { getParentBlock, getEventNodeById } from 'stores/funcs/newEvent'
 import { shallowEqualImmutable } from 'utils/utils'