diff --git a/ui/src/index.tsx b/ui/src/index.tsx index 45b44b9..5fc7494 100644 --- a/ui/src/index.tsx +++ b/ui/src/index.tsx @@ -14,7 +14,7 @@ import ErrorBoundary from "./ErrorBoundary"; import { SnackbarProvider } from "./snackbars"; import AdapterDateFns from "@mui/lab/AdapterDateFns"; import "./index.css"; -import { BrowserRouter } from "react-router-dom"; +import {HashRouter} from "react-router-dom"; const theme = createTheme({ palette: { @@ -35,9 +35,9 @@ ReactDOM.render( - + - +