fix: add hermes route
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s

This commit is contained in:
WangDL 2026-05-22 17:14:37 +08:00
parent 6543f951c6
commit 059dfd55c9

View File

@ -47,6 +47,7 @@ function App() {
>
<Route index element={<Dashboard />} />
<Route path="assistant" element={<TaskAssistant />} />
<Route path="hermes" element={<Suspense fallback={<PageLoading />}><HermesSettings /></Suspense>} />
<Route
path="users"
element={