[WEB-1986] chore: Build Fix, project page import (#5356)

* 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
This commit is contained in:
Akshita Goyal 2024-08-12 19:12:35 +05:30 committed by GitHub
parent 91693b2269
commit 041f2b16c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
import ProjectPageRoot from "@/plane-web/components/projects/page";
import { ProjectPageRoot } from "@/plane-web/components/projects/page";
const ProjectsPage = () => <ProjectPageRoot />;
export default ProjectsPage;