Skip to content

Commit

Permalink
also correct the import in UI.js
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 committed Nov 25, 2024
1 parent a553b69 commit d8bdc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-project/stores/UI.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { autorun } from 'mobx'
import { addDisposer, getRoot, onPatch, types } from 'mobx-state-tree'
import cookie from 'cookie'
import * as cookie from 'cookie'
import stringHash from '@sindresorhus/string-hash'

import getCookie from '@helpers/getCookie'
Expand Down

0 comments on commit d8bdc38

Please sign in to comment.