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