♫
📌 canary ▾
next.js
/
test
/
e2e
/
conflicting-app-page-error
/
pages
/
another.js
another.js
4 lines
76 B
export
default
function
Page
(props)
{
return
<
p
>
{
'another - pages'
}
</
p
>
}
v2.0.0
/
Go
SIGN IN