feat: redoing aa (#16)

## Only merge when the new version has actually been created (branch
wise)
This commit is contained in:
Saahil dutta 2025-06-17 19:23:53 -04:00 committed by GitHub
parent c55d4ac9fc
commit a9e74f983e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View file

@ -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 }}>