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