1
0
Fork 0

chore: Linter issues

This commit is contained in:
joostdecock 2023-08-20 18:35:19 +02:00
parent d51dbaea37
commit 2512765c49
22 changed files with 55 additions and 92 deletions

View file

@ -1,5 +1,5 @@
// Dependencies
import { useState, useContext } from 'react'
import { useState } from 'react'
import { useTranslation } from 'next-i18next'
// Hooks
import { useAccount } from 'shared/hooks/use-account.mjs'