mirror of
https://github.com/makeplane/plane.git
synced 2026-05-19 23:51:14 -05:00
91693b2269
* 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 />;
|