mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-18 16:20:07 +00:00
Analyitics done
This commit is contained in:
parent
7709b89f71
commit
e807810648
5 changed files with 67 additions and 13 deletions
|
@ -13,7 +13,7 @@ import ContactPage from './components/ContactPage'
|
|||
// import logo from './logo.svg';
|
||||
// import './App.css';
|
||||
|
||||
function App () {
|
||||
function App ({ analytics }: any) {
|
||||
return (
|
||||
<HashRouter>
|
||||
<Route path={'#/'} index component={<div style={{ zIndex: 9999 }}>
|
||||
|
@ -27,7 +27,7 @@ function App () {
|
|||
<GithubStats />
|
||||
</>} />
|
||||
<Route path='#/projects' component={<Projects />} />
|
||||
<Route path='#/contact' component={<ContactPage />} />
|
||||
<Route path='#/contact' component={<ContactPage analytics={analytics} />} />
|
||||
<Route path='*' component={<Page404 />} />
|
||||
</HashRouter>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue