Fixes utils imports
This commit is contained in:
parent
035b98afbc
commit
82bd129e3a
83 changed files with 191 additions and 154 deletions
|
@ -1,5 +1,5 @@
|
|||
import CodeShape from './index'
|
||||
import { uniqueId } from 'utils/utils'
|
||||
import { uniqueId } from 'utils'
|
||||
import { RectangleShape, ShapeStyles, ShapeType } from 'types'
|
||||
import { defaultStyle } from 'state/shape-styles'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue