Skip to content

Commit

Permalink
Add not found page
Browse files Browse the repository at this point in the history
  • Loading branch information
krishaamer committed Apr 25, 2024
1 parent ff4909f commit 8a5d2e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/not-found.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default function NotFound() {
return (
<div>
<h2>Not Found</h2>
<p>Could not find requested resource</p>
</div>
);
}

0 comments on commit 8a5d2e6

Please sign in to comment.