Skip to content

Commit

Permalink
Merge pull request #6 from Quinta0/userlogin
Browse files Browse the repository at this point in the history
lets try again
  • Loading branch information
Quinta0 authored Aug 22, 2024
2 parents 3622927 + 176194c commit 879f106
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/not-found.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// app/not-found.tsx
export default function NotFound() {
return (
<div>
<h1>Page Not Found</h1>
<p>Sorry, the page you are looking for does not exist.</p>
</div>
);
}

0 comments on commit 879f106

Please sign in to comment.