feat: del unuse code

This commit is contained in:
2025-10-13 18:06:59 +08:00
parent 60c28c2297
commit 32b4a7e624
7 changed files with 9 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
import { Route, RouterProvider, Routes } from "react-router-dom";
import { Route, Routes } from "react-router-dom";
import { routes, AppRoute } from "./routes";
import AuthRoute from "./auth.tsx";
import { Suspense } from "react";