mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-22 04:43:38 +00:00
Fix lint errors for src/App.tsx
This commit is contained in:
parent
b21c758d40
commit
8e46cdef3d
1 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@ import AboutPage from './components/AboutPage'
|
|||
function App () {
|
||||
return (
|
||||
<HashRouter>
|
||||
<Route path={"#/"} index component={<div style={{ zIndex: 9999 }}>
|
||||
<Route path={'#/'} index component={<div style={{ zIndex: 9999 }}>
|
||||
<Main />
|
||||
<InfogramBelowMain />
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue