From 2309347ade773807427c6d7c8af46ef119ab8ef3 Mon Sep 17 00:00:00 2001 From: Domenic Horner Date: Wed, 1 Nov 2023 23:36:21 +0800 Subject: [PATCH] hash for github --- src/App.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index a85e59a..07efe35 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -5,7 +5,7 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; import { ReactQueryDevtools } from "@tanstack/react-query-devtools"; import { Routes, Route, Navigate } from "react-router-dom"; -import { BrowserRouter } from "react-router-dom"; +import { HashRouter } from "react-router-dom"; import { useTheme } from "@mui/joy"; @@ -58,7 +58,7 @@ function PageRouter() { overflow: "hidden", }} > - + - + ); }