|
@@ -1,7 +1,7 @@
|
|
|
import React from 'react'
|
|
import React from 'react'
|
|
|
import cls from 'classnames'
|
|
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 { getParentBlock, getEventNodeById } from 'stores/funcs/newEvent'
|
|
|
import { shallowEqualImmutable } from 'utils/utils'
|
|
import { shallowEqualImmutable } from 'utils/utils'
|
|
|
|
|
|