1
0
Fork 0

chore: Linter issues

This commit is contained in:
joostdecock 2023-09-04 12:18:52 +02:00
parent cf3f890a95
commit 9d11005c43
30 changed files with 48 additions and 52 deletions

View file

@ -1,9 +1,8 @@
// Dependencies
import { useState } from 'react'
import { useTranslation } from 'next-i18next'
// Context
import { LoadingStatusContext } from 'shared/context/loading-status-context.mjs'
// Hooks
import { useState, useContext } from 'react'
import { useTranslation } from 'next-i18next'
import { useAccount } from 'shared/hooks/use-account.mjs'
import { useBackend } from 'shared/hooks/use-backend.mjs'
// Components