MangoRecipe/pages/index.js

6 lines
99 B
JavaScript
Raw Normal View History

2022-10-14 12:37:19 +02:00
function HomePage() {
return <div>Welcome to Next.js!</div>
}
export default HomePage