started redesign on dashbaord. changed vite basename to /Mobile, currently folkstone address

This commit is contained in:
2025-09-26 11:42:12 +01:00
parent 80b407943f
commit aee898abd5
14 changed files with 99 additions and 94 deletions

View File

@@ -13,7 +13,7 @@ Modal.setAppElement("#root");
createRoot(document.getElementById("root")!).render(
<StrictMode>
<QueryClientProvider client={queryClient}>
<BrowserRouter basename="/InCarTest">
<BrowserRouter basename="/Mobile">
<App />
</BrowserRouter>
</QueryClientProvider>