mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 17:34:00 +00:00
Trying browserrouter
This commit is contained in:
parent
0443538c79
commit
816a5699ac
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Index extends Component<any, any> {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<HashRouter>
|
<BrowserRouter>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<div class="mt-3 p-0">
|
<div class="mt-3 p-0">
|
||||||
<Switch>
|
<Switch>
|
||||||
|
|
Loading…
Reference in a new issue