working leantime widget 138
This commit is contained in:
parent
4e09fe203a
commit
0ccdf2720a
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user