Check for thingy

main
nightly 2022-10-17 10:58:18 +02:00
parent c481ef1230
commit 22548f897b
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
function HomePage() { function HomePage() {
return <div>Welcome to Next.js!</div> return <>
<h1>Hello!</h1>
</>
} }
export default HomePage export default HomePage