This commit is contained in:
2026-03-10 19:18:46 +00:00
parent d8ee723dae
commit 33044fae23
14 changed files with 173 additions and 173 deletions
+10
View File
@@ -0,0 +1,10 @@
import Layout from "@/src/layouts/login";
import H2 from "@/twui/components/layout/H2";
export default function PageNotFound() {
return (
<Layout>
<H2>Page Not Found!</H2>
</Layout>
);
}