* 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
3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
import Root from "@/components/project/root";
|
|
|
|
export const ProjectPageRoot = () => <Root />;
|