Skip to content

Commit 2a836df

Browse files
committed
Revert to hashrouter
1 parent 4f8d8ac commit 2a836df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Provider } from "react-redux";
1212
import store from "src/state";
1313
import theme from "src/theme";
1414
import { ThemeProvider } from "theme-ui";
15-
import { BrowserRouter as Router } from "react-router-dom";
15+
import { HashRouter as Router } from "react-router-dom";
1616

1717
import App from "./App";
1818
import * as serviceWorker from "./serviceWorker";

0 commit comments

Comments
 (0)