"use client"; export { default as Page, type PageProps } from "./Page"; export { default as PageBlock, type PageBlockProps } from "./parts/PageBlock";