Page JS suivante

// create a file in page folder in next js
function About() {
  return <div>About</div>
}
export default About
CodePadding