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
2025-12-23 07:09:34 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9bd70cdb4ed87e427ac81aa847fe874efc93a979
plane
/
web
/
ce
/
components
/
projects
/
page.tsx
4 lines
94 B
TypeScript
Raw
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