export const EditThisPage = ({ url }: { url: string }) => { return (
Edit this page
); };