♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
undefined-default-export
/
app
/
will-not-found
/
not-found.js
not-found.js
5 lines
86 B
// Not a default export.
export
function
NotFound
() {
return
<
div
>not found</
div
>
}
v2.0.0
/
Go
SIGN IN