feat: init
This commit is contained in:
5
apps/web/ce/components/projects/header.tsx
Normal file
5
apps/web/ce/components/projects/header.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import { ProjectsBaseHeader } from "@/components/project/header";
|
||||
|
||||
export const ProjectsListHeader = () => <ProjectsBaseHeader />;
|
||||
Reference in New Issue
Block a user