Fix translation issue

This commit is contained in:
shamoon 2025-04-01 09:52:33 -07:00
parent 52399e21e1
commit 6597ec566b
No known key found for this signature in database
8 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
import classNames from "classnames";
import { useTranslation } from "next-i18next";
import { useCallback, useContext, useEffect, useRef, useState } from "react";
import { useTranslation } from "react-i18next";
import useSWR from "swr";
import { SettingsContext } from "utils/contexts/settings";