[WEB-3948] chore: recent work item improvement (#6976)
* chore: issue entity data type updated * chore: HomePeekOverviewsRoot component added * chore: recent work item improvement and code refactor
This commit is contained in:
parent
d86ac368a4
commit
cce6dd581c
6 changed files with 34 additions and 9 deletions
1
web/ce/components/home/index.ts
Normal file
1
web/ce/components/home/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./peek-overviews";
|
||||
9
web/ce/components/home/peek-overviews.tsx
Normal file
9
web/ce/components/home/peek-overviews.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
"use client";
|
||||
|
||||
import { IssuePeekOverview } from "@/components/issues";
|
||||
|
||||
export const HomePeekOverviewsRoot = () => (
|
||||
<>
|
||||
<IssuePeekOverview />
|
||||
</>
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue