mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
* chore: seperated project components for CE * chore: splitted the code for project creation form * fix: code structure optimization * fix: project page root moved * fix: synced with preview * fix: component splitting and refactoring * fix: build error
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
"use client";
|
|
|
|
import { ProjectsBaseHeader } from "@/components/project/header";
|
|
|
|
export const ProjectsListHeader = () => <ProjectsBaseHeader />;
|