This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
plane
Watch
1
Star
0
Fork
0
You've already forked plane
mirror of
https://github.com/makeplane/plane.git
synced
2026-07-13 05:49:40 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
develop
Add File
New File
Apply Patch
plane
/
web
/
ce
/
components
/
projects
/
page.tsx
4 lines
94 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
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
2024-08-12 18:24:42 +05:30
import
Root
from
"@/components/project/root"
;
[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
2024-08-12 19:12:35 +05:30
export
const
ProjectPageRoot
=
(
)
=
>
<
Root
/
>
;
Reference in New Issue
Copy Permalink