mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-18 16:20:07 +00:00
feat: redoing aa (#16)
## Only merge when the new version has actually been created (branch wise)
This commit is contained in:
parent
c55d4ac9fc
commit
a9e74f983e
3 changed files with 17 additions and 0 deletions
|
@ -10,8 +10,10 @@ import GithubStats from './components/AboutPage/Github'
|
|||
import Projects from './components/Projects'
|
||||
import Page404 from './components/static/404'
|
||||
import ContactPage from './components/ContactPage'
|
||||
import ReWork from './components/ReWork'
|
||||
|
||||
function App ({ analytics }: any) {
|
||||
return <ReWork />
|
||||
return (
|
||||
<HashRouter>
|
||||
<Route path={'#/'} index component={<div style={{ zIndex: 9999 }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue