diff --git a/src/app/admin/overview/page.tsx b/src/app/admin/overview/page.tsx
index 44aaee8..d5e3ab9 100644
--- a/src/app/admin/overview/page.tsx
+++ b/src/app/admin/overview/page.tsx
@@ -1,4 +1,31 @@
"use client";
+
+import PageContainer from "@/components/layout/page-container";
+import { buttonVariants } from "@/components/ui/button";
+import { Heading } from "@/components/ui/heading";
+import { Separator } from "@/components/ui/separator";
+import { cn } from "@/lib/utils";
+import { IconPlus } from "@tabler/icons-react";
+import Link from "next/link";
+
export default function Page() {
- return xx;
+ return (
+
+
+
+ );
}
diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx
index 2ad13db..24debc2 100644
--- a/src/app/not-found.tsx
+++ b/src/app/not-found.tsx
@@ -1,34 +1,30 @@
-'use client';
+"use client";
-import { useRouter } from 'next/navigation';
-
-import { Button } from '@/components/ui/button';
+import { useRouter } from "next/navigation";
+import { Button } from "@/components/ui/button";
export default function NotFound() {
const router = useRouter();
return (
-
-
+
+
404
-
- Something's missing
+
+
+ ไม่พบหน้าที่คุณต้องการ
-
- Sorry, the page you are looking for doesn't exist or has been
- moved.
-
-
-