lianghuang 4 лет назад
Родитель
Сommit
9486eda530
1 измененных файлов с 2 добавлено и 2 удалено
  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'