reset initial commit

This commit is contained in:
2026-04-09 23:07:46 +02:00
parent 7782f800c1
commit 5941df3c39
36 changed files with 3202 additions and 222 deletions
-10
View File
@@ -1,10 +0,0 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import App from './App.jsx'
createRoot(document.getElementById('root')).render(
<StrictMode>
<App />
</StrictMode>,
)