export const Text = ({ __tag, content, ...props }: any) => (
{content}
); export const Page = (props: any) => (
{props.children}
);