Fix linting

This commit is contained in:
William Oldham 2024-02-29 23:17:52 +00:00
parent 10fa48ba04
commit 5e334246f4

View File

@ -1,5 +1,5 @@
import classNames from "classnames";
import { useCallback, useEffect, useMemo, useRef } from "react";
import { useCallback, useEffect, useMemo } from "react";
import { useTranslation } from "react-i18next";
import { useAsyncFn } from "react-use";