fix: export page root from component pages
This commit is contained in:
parent
bafe3f9c45
commit
f087af3946
3 changed files with 9 additions and 7 deletions
|
|
@ -10,7 +10,7 @@ import { getButtonStyling } from "@plane/ui";
|
|||
import { LogoSpinner } from "@/components/common";
|
||||
import { PageHead } from "@/components/core";
|
||||
import { IssuePeekOverview } from "@/components/issues";
|
||||
import { PageRoot } from "@/components/pages/editor/page-root";
|
||||
import { PageRoot } from "@/components/pages";
|
||||
// helpers
|
||||
import { cn } from "@/helpers/common.helper";
|
||||
// hooks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue