mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-05-14 17:33:05 +00:00
Make Hashrouter auto switch inline
This commit is contained in:
parent
87c4f48258
commit
372f16b010
3 changed files with 13 additions and 30 deletions
|
@ -8,7 +8,6 @@ import Background from './bg/main';
|
|||
import { injectOneko } from './scripts/oneko';
|
||||
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';
|
||||
import Ackee from './Ackee';
|
||||
|
@ -22,7 +21,6 @@ const root = ReactDOM.createRoot(
|
|||
document.title = "Saahild.com"
|
||||
injectOneko();
|
||||
runTitle()
|
||||
startEvent()
|
||||
listenForEasterEgg()
|
||||
document.title = 'React App';
|
||||
root.render(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue