import React from 'react'; import styles from './Page.module.css'; export default function Page({ children }) { return
{children}
; }