import React from "react" import { PropsWithChildren } from "react" const Page = ({ children }: PropsWithChildren) => { return (