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