We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8d8ac commit 2a836dfCopy full SHA for 2a836df
src/index.tsx
@@ -12,7 +12,7 @@ import { Provider } from "react-redux";
12
import store from "src/state";
13
import theme from "src/theme";
14
import { ThemeProvider } from "theme-ui";
15
-import { BrowserRouter as Router } from "react-router-dom";
+import { HashRouter as Router } from "react-router-dom";
16
17
import App from "./App";
18
import * as serviceWorker from "./serviceWorker";
0 commit comments