From b908e670dbeb84a82295e73a62e7e8dce6035dc9 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Mon, 13 May 2024 13:13:01 +0530 Subject: [PATCH] chore: Remove unused Skeleton import in index.tsx --- src/routes/index.tsx | 1 - 1 file changed, 1 deletion(-) 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"