Check for thingy
parent
c481ef1230
commit
22548f897b
|
@ -1,6 +1,11 @@
|
|||
function HomePage() {
|
||||
return <div>Welcome to Next.js!</div>
|
||||
}
|
||||
return <>
|
||||
|
||||
<h1>Hello!</h1>
|
||||
|
||||
</>
|
||||
|
||||
}
|
||||
|
||||
export default HomePage
|
||||
|
Loading…
Reference in New Issue