feat: improve structure and error handling
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<main>
|
||||
<h2>Not Found</h2>
|
||||
<h1>Not found</h1>
|
||||
<p>Could not find requested resource</p>
|
||||
</main>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user