fix: remove duplicate MobileTopNav import left by auto-merge

This commit is contained in:
chunyu
2026-09-04 12:58:45 +08:00
parent 767585d6c5
commit e5594605c5
-1
View File
@@ -9,7 +9,6 @@ import MobileTopNav from "@/components/MobileTopNav/MobileTopNav";
import MobileBottomNav from "@/components/MobileBottomNav/MobileBottomNav";
import MobileGuard from "@/components/MobileGuard/MobileGuard";
import AuthGuard from "@/components/AuthGuard/AuthGuard";
import MobileTopNav from "@/components/MobileTopNav/MobileTopNav";
import useIsMobile from "@/hooks/useIsMobile";
import { useRouteTracker } from "@/hooks/useRouteTracker";