Initial empty commit for admin frontend

This commit is contained in:
2026-05-18 22:13:05 +03:00
parent fde574c7a0
commit 36c95b71a4
52 changed files with 3 additions and 5812 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.tsx'
createRoot(document.getElementById('root')!).render(
<StrictMode>
<App />
</StrictMode>,
)