mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix dependecies
This commit is contained in:
parent
7768fba194
commit
6335fbb517
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import { StyledText } from '../../components/elements/StyledText'
|
|||
import { ConfirmationModal } from '../../components/patterns/ConfirmationModal'
|
||||
import { SettingsLayout } from '../../components/templates/SettingsLayout'
|
||||
import { styled, theme } from '../../components/tokens/stitches.config'
|
||||
import { userHasFeature } from '../../lib/featureFlag'
|
||||
import { emptyTrashMutation } from '../../lib/networking/mutations/emptyTrashMutation'
|
||||
import { updateEmailMutation } from '../../lib/networking/mutations/updateEmailMutation'
|
||||
import { updateUserMutation } from '../../lib/networking/mutations/updateUserMutation'
|
||||
|
|
|
|||
Loading…
Reference in a new issue