Fixes utils imports
This commit is contained in:
parent
035b98afbc
commit
82bd129e3a
83 changed files with 191 additions and 154 deletions
|
@ -1,7 +1,7 @@
|
|||
import Command from './command'
|
||||
import history from '../history'
|
||||
import { Data } from 'types'
|
||||
import { getPage } from 'utils/utils'
|
||||
import { getPage } from 'utils'
|
||||
import { HandleSnapshot } from 'state/sessions/handle-session'
|
||||
import { getShapeUtils } from 'state/shape-utils'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue