feat: init
This commit is contained in:
1
apps/web/ce/components/home/header.tsx
Normal file
1
apps/web/ce/components/home/header.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export const HomePageHeader = () => <></>;
|
||||
1
apps/web/ce/components/home/index.ts
Normal file
1
apps/web/ce/components/home/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./peek-overviews";
|
||||
9
apps/web/ce/components/home/peek-overviews.tsx
Normal file
9
apps/web/ce/components/home/peek-overviews.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
"use client";
|
||||
|
||||
import { IssuePeekOverview } from "@/components/issues/peek-overview";
|
||||
|
||||
export const HomePeekOverviewsRoot = () => (
|
||||
<>
|
||||
<IssuePeekOverview />
|
||||
</>
|
||||
);
|
||||
Reference in New Issue
Block a user