MangoRecipe/pages/index.js

11 lines
106 B
JavaScript
Raw Normal View History

2022-10-14 12:37:19 +02:00
function HomePage() {
2022-10-17 10:58:18 +02:00
return <>
<h1>Hello!</h1>
</>
}
2022-10-14 12:37:19 +02:00
export default HomePage