diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 47c4cdd..86af217 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -1,7 +1,6 @@ import { Suspense } from "react" import { useTranslation } from "react-i18next" import { useDarkMode } from "~/hooks/useDarkmode" -import { Skeleton } from "antd" import { OptionRoutingChrome, SidepanelRoutingChrome } from "./chrome" import { OptionRoutingFirefox, SidepanelRoutingFirefox } from "./firefox" import { PageAssistLoader } from "@/components/Common/PageAssistLoader"