♫
📌 canary ▾
next.js
/
test
/
e2e
/
middleware-base-path
/
app
/
pages
/
about.js
about.js
8 lines
116 B
export
default
function
About
()
{
return
(
<
div
>
<
h1
className
=
"title"
>About Page</
h1
>
</
div
>
)
}
v2.0.0
/
Go
SIGN IN