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