Skip to content

Commit

Permalink
fix: remove unused useMemo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneH committed Jan 27, 2025
1 parent 490d92c commit 12f54a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/KVProvider/KVProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
SetStateAction,
useCallback,
useEffect,
useMemo,
useState,
} from 'react'
import { useTranslation } from 'react-i18next'
Expand Down

0 comments on commit 12f54a9

Please sign in to comment.