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