mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-05-14 17:33:05 +00:00
done for today (please dont loop)
This commit is contained in:
parent
04ee7a0588
commit
43c06bdb8a
14 changed files with 190 additions and 8 deletions
|
@ -8,12 +8,14 @@ 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';
|
||||
const root = ReactDOM.createRoot(
|
||||
document.getElementById('root') as HTMLElement
|
||||
);
|
||||
document.title = "Saahild.com"
|
||||
injectOneko();
|
||||
runTitle()
|
||||
startEvent()
|
||||
document.title = 'React App';
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue