1
0
Fork 0

chore(shared): Deepscan warnings

This commit is contained in:
joostdecock 2023-06-01 08:48:21 +02:00
parent 86586001ae
commit f1154d149c
6 changed files with 9 additions and 40 deletions

View file

@ -1,14 +1,13 @@
import { siteConfig } from 'site/site.config.mjs'
import yaml from 'js-yaml'
// Hooks
import { useContext, useState } from 'react'
import { useContext } from 'react'
import { useTranslation } from 'next-i18next'
import { useAccount } from 'shared/hooks/use-account.mjs'
import { useBackend } from 'shared/hooks/use-backend.mjs'
import { useBugsnag } from 'site/hooks/use-bugsnag.mjs'
// Context
import { ModalContext } from 'shared/context/modal-context.mjs'
import { LoadingContext } from 'shared/context/loading-context.mjs'
// Components
import { ModalWrapper } from 'shared/components/wrappers/modal.mjs'
import { ChoiceButton } from 'shared/components/choice-button.mjs'