summaryrefslogtreecommitdiffstats
path: root/ui/src/index.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-28 17:46:23 -0700
committerDessalines <tyhou13@gmx.com>2019-04-28 17:46:23 -0700
commit816a5699ac415bb48c136b9c51d2225ee42c48a6 (patch)
treef527acaf748b670ff421b2317d9189218ede37fe /ui/src/index.tsx
parent0443538c792d8cdee3d23e065e51e7792d85e865 (diff)
Trying browserrouter
Diffstat (limited to 'ui/src/index.tsx')
-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>