feat(frontend): added account and appearance tabs

This commit is contained in:
ribardej
2025-10-15 11:00:47 +02:00
parent eb087e457c
commit f208e73986
5 changed files with 146 additions and 61 deletions

View File

@@ -3,6 +3,9 @@ import { createRoot } from 'react-dom/client'
import './index.css'
import './ui.css'
import App from './App.tsx'
import { applyAppearanceFromStorage } from './appearance'
applyAppearanceFromStorage()
createRoot(document.getElementById('root')!).render(
<StrictMode>