working leantime widget 138

This commit is contained in:
Alma 2025-04-12 23:55:03 +02:00
parent 4e09fe203a
commit 0ccdf2720a

View File

@ -1,6 +1,6 @@
import { QuoteCard } from "@/components/quote-card"; import { QuoteCard } from "@/components/quote-card";
import { Parole } from "@/components/parole"; import { Parole } from "@/components/parole";
import { Flow } from "@/components/flow"; import { Duties } from "@/components/flow";
export const metadata = { export const metadata = {
title: "Enkun - Dashboard", title: "Enkun - Dashboard",
@ -17,7 +17,7 @@ export default function DashboardPage() {
<Parole /> <Parole />
</div> </div>
<div className='col-span-3'> <div className='col-span-3'>
<Flow /> <Duties />
</div> </div>
</div> </div>
</div> </div>