chore: seperated project components for CE (#5324)

* 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
This commit is contained in:
Akshita Goyal 2024-08-12 18:24:42 +05:30 committed by GitHub
parent 3ffaa4f2ca
commit 91693b2269
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 799 additions and 596 deletions

View file

@ -0,0 +1 @@
export * from "ce/components/projects/create/attributes";

View file

@ -0,0 +1 @@
export * from "ce/components/projects/create/root";

View file

@ -0,0 +1 @@
export * from "ce/components/projects/header";

View file

@ -0,0 +1 @@
export * from "ce/components/projects/mobile-header";

View file

@ -0,0 +1 @@
export * from "ce/components/projects/page";

View file

@ -0,0 +1 @@
export * from "ce/types/projects/projects";