export { default as Page } from "./Page"; export { default as CRUDPage } from "./CRUDPage"; export type { CRUDPageProps } from "./CRUDPage.types";