mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-07 00:07:30 +08:00
webui: fix white screen routing/base and add mobile responsive sidebar
This commit is contained in:
@@ -13,7 +13,7 @@ import Skills from './pages/Skills';
|
||||
export default function App() {
|
||||
return (
|
||||
<AppProvider>
|
||||
<BrowserRouter>
|
||||
<BrowserRouter basename="/webui">
|
||||
<Routes>
|
||||
<Route path="/" element={<Layout />}>
|
||||
<Route index element={<Dashboard />} />
|
||||
|
||||
Reference in New Issue
Block a user