x
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user