Fixes utils imports

This commit is contained in:
Steve Ruiz 2021-06-24 09:18:14 +01:00
parent 035b98afbc
commit 82bd129e3a
83 changed files with 191 additions and 154 deletions

View file

@ -1,7 +1,7 @@
import Command from './command'
import history from '../history'
import { Data, Page, PageState } from 'types'
import { uniqueId } from 'utils/utils'
import { uniqueId } from 'utils'
import { current } from 'immer'
import storage from 'state/storage'