♫
📌 canary ▾
next.js
/
test
/
e2e
/
middleware-general
/
app
/
pages
/
about
/
b.js
b.js
8 lines
95 B
export
default
function
AboutB
()
{
return
(
<
div
>
<
h1
>AboutB</
h1
>
</
div
>
)
}
v2.0.0
/
Go
SIGN IN