summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-28 17:46:23 -0700
committerDessalines <happydooby@gmail.com>2019-04-28 17:46:23 -0700
commit63d0e623acbc5716d78f9df91a5ab87dee902153 (patch)
treef527acaf748b670ff421b2317d9189218ede37fe
parent1d0c5bfda73f1a1abf4e4e3332323c6d17caa40a (diff)
Trying browserrouter
-rw-r--r--ui/src/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/index.tsx b/ui/src/index.tsx
index 2f25dffe..c91a03b0 100644
--- a/ui/src/index.tsx
+++ b/ui/src/index.tsx
@@ -34,7 +34,7 @@ class Index extends Component<any, any> {
render() {
return (
- <HashRouter>
+ <BrowserRouter>
<Navbar />
<div class="mt-3 p-0">
<Switch>