ソースを参照

new event view

lianghuang 4 年 前
コミット
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'