mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 05:21:14 +02: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 * fix: import error
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
import Root from "@/components/project/root";
|
|
|
|
export const ProjectPageRoot = () => <Root />;
|