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,5 +1,5 @@
// Hooks
import { useState, useContext } from 'react'
import { useContext } from 'react'
import { useTranslation } from 'next-i18next'
// Context
import { ModalContext } from 'shared/context/modal-context.mjs'