mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-10 07:49: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
16
src/App.tsx
16
src/App.tsx
|
@ -10,14 +10,14 @@ import AboutPage from './components/AboutPage'
|
|||
|
||||
function App () {
|
||||
return (
|
||||
<HashRouter>
|
||||
<Route path={"#/"} index component={<div style={{ zIndex: 9999 }}>
|
||||
<Main />
|
||||
<InfogramBelowMain />
|
||||
<br />
|
||||
</div>}/>
|
||||
<Route path='#/about' component={<AboutPage />}/>
|
||||
</HashRouter>
|
||||
<HashRouter>
|
||||
<Route path={'#/'} index component={<div style={{ zIndex: 9999 }}>
|
||||
<Main />
|
||||
<InfogramBelowMain />
|
||||
<br />
|
||||
</div>} />
|
||||
<Route path='#/about' component={<AboutPage />} />
|
||||
</HashRouter>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue