Skip to content

Commit

Permalink
Merge pull request #93 from tgxn/develop
Browse files Browse the repository at this point in the history
hash for github
  • Loading branch information
tgxn authored Nov 1, 2023
2 parents ac70ccf + 2309347 commit 51e181c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -58,7 +58,7 @@ function PageRouter() {
overflow: "hidden",
}}
>
<BrowserRouter>
<HashRouter>
<SiteHeader height="50px" />

<Global
Expand Down Expand Up @@ -184,7 +184,7 @@ function PageRouter() {
/>
</Routes>
</Box>
</BrowserRouter>
</HashRouter>
</Container>
);
}
Expand Down

0 comments on commit 51e181c

Please sign in to comment.