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