Skip to content

Commit

Permalink
feat: add hash based routing (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Jan 20, 2022
1 parent a90b4c4 commit 9ee1c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import CssBaseline from '@material-ui/core/CssBaseline'
import { ThemeProvider } from '@material-ui/core/styles'
import { SnackbarProvider } from 'notistack'
import React, { ReactElement } from 'react'
import { BrowserRouter as Router } from 'react-router-dom'
import { HashRouter as Router } from 'react-router-dom'
import './App.css'
import Dashboard from './layout/Dashboard'
import { Provider as BeeProvider } from './providers/Bee'
Expand Down

0 comments on commit 9ee1c91

Please sign in to comment.