From 10535e0957d9336900aeaf4ba10088affea2ee86 Mon Sep 17 00:00:00 2001 From: chizhehui Date: Wed, 3 Jul 2024 09:06:45 +0800 Subject: [PATCH] feat:test commit --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 669af20..626e91e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,5 +6,4 @@ import { RouterGuard } from "@/router/guard.ts"; function App() { return
{RouterGuard(routes)}
; } -//czh export default App;