Merge dev to main #1

Open
kibin wants to merge 8 commits from dev into main
Showing only changes of commit 5de24a78d3 - Show all commits

10
src/app/not-found.tsx Normal file
View File

@@ -0,0 +1,10 @@
export default function NotFound() {
return (
<html lang="en">
<body>
<h1>404 - Page Not Found</h1>
<p>The page you are looking for does not exist.</p>
</body>
</html>
);
}