feat: modernized web application
This commit is contained in:
7
nextjs/src/app/not-found.tsx
Normal file
7
nextjs/src/app/not-found.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<div>
|
||||
<p>404</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user