♫
📌 canary ▾
next.js
/
test
/
development
/
app-dir
/
segment-explorer
/
app
/
dynamic
/
full
/
not-found.tsx
not-found.tsx
6 lines
83 B
'use client'
export
default
function
NotFound
()
{
return
<
div
>Not Found</
div
>
}
v2.0.0
/
Go
SIGN IN