mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-05-14 17:33:05 +00:00
Footer
This commit is contained in:
parent
b52e25d57f
commit
f6167cb3e6
5 changed files with 45 additions and 3 deletions
|
@ -10,6 +10,7 @@ import Navbar from './components/navbar';
|
|||
import { runTitle } from './scripts/title';
|
||||
import { startEvent } from './scripts/hashevent';
|
||||
import { listenForEasterEgg } from './scripts/oneko_easteregg';
|
||||
import Footer from './components/footer';
|
||||
const root = ReactDOM.createRoot(
|
||||
document.getElementById('root') as HTMLElement
|
||||
);
|
||||
|
@ -25,6 +26,7 @@ root.render(
|
|||
|
||||
<Navbar />
|
||||
<App />
|
||||
<Footer />
|
||||
|
||||
</React.StrictMode>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue