fiix: move not-found into route groups
This commit is contained in:
8
app/[lang]/(live)/not-found.tsx
Normal file
8
app/[lang]/(live)/not-found.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<main>
|
||||
<h2>Not Found</h2>
|
||||
<p>Could not find requested resource</p>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user