♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
undefined-default-export
/
app
/
will-not-found
/
page.js
page.js
6 lines
92 B
import
{ notFound }
from
'next/navigation'
export
default
function
Page
()
{
notFound
()
}
v2.0.0
/
Go
SIGN IN