Make Hashrouter auto switch inline

This commit is contained in:
Saahil dutta 2024-07-26 14:45:33 -04:00
parent 87c4f48258
commit 372f16b010
3 changed files with 13 additions and 30 deletions

View file

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