import React from "react"; const Page = ({ children }) => { return
{children}
; }; export { Page };