moving files into requires structure

This commit is contained in:
2026-04-14 11:15:09 +10:00
parent 400aca13a2
commit ce47a1a610
7 changed files with 703 additions and 2 deletions

View File

@@ -1,10 +0,0 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './styles/index.css'
import App from './App.tsx'
createRoot(document.getElementById('root')!).render(
<StrictMode>
<App />
</StrictMode>,
)