fix: export page root from component pages

This commit is contained in:
sriram veeraghanta 2024-06-25 20:48:34 +05:30
parent bafe3f9c45
commit f087af3946
3 changed files with 9 additions and 7 deletions

View file

@ -2,3 +2,4 @@ export * from "./header";
export * from "./summary";
export * from "./editor-body";
export * from "./title";
export * from "./page-root";