feat(frontend): improved and centered UI

This commit is contained in:
ribardej
2025-10-15 10:06:22 +02:00
parent 89d032dd69
commit eb087e457c
5 changed files with 127 additions and 152 deletions

View File

@@ -1,6 +1,7 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import './ui.css'
import App from './App.tsx'
createRoot(document.getElementById('root')!).render(