import { font } from '../font' export default function Page() { return ( <p id="page-with-same-font" className={font.className}> Page with same font </p> ) }