From 28208b7bb4873cc7f3ca72e1fdd5702c7cfcdee3 Mon Sep 17 00:00:00 2001 From: Damian Krysta Date: Wed, 2 Feb 2022 21:20:36 +0100 Subject: [PATCH] CHANGE router type Signed-off-by: Damian Krysta --- ui/src/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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( - + - +