♫
📌 canary ▾
next.js
/
test
/
integration
/
trailing-slashes-href-resolving
/
pages
/
another.js
another.js
8 lines
109 B
export
default
function
Page
()
{
return
(
<>
<
p
id
=
"another"
>top level another</
p
>
</>
)
}
v2.0.0
/
Go
SIGN IN