This commit is contained in:
Dusan Vojacek
2026-03-20 14:30:03 +01:00
parent 2cc5ccfda7
commit 897b95f728
48 changed files with 4034 additions and 842 deletions

View File

@@ -1,6 +1,6 @@
import { useState } from 'react'
import { Toaster } from 'sonner'
import Planning from './Planning'
import Planning from './pages/Planning'
import { Dashboard } from './pages/Dashboard'
import { Settings } from './pages/Settings'
@@ -29,7 +29,7 @@ export default function App() {
page === 'planning' ? 'bg-slate-800 text-white' : 'text-slate-400 hover:bg-slate-900 hover:text-slate-200'
}`}
>
Plán
Plánování
</button>
<button
type="button"