From 67960174d31dd7fa79835d9136e817ac138bdd73 Mon Sep 17 00:00:00 2001 From: phaichayon Date: Fri, 17 Apr 2026 14:16:49 +0700 Subject: [PATCH] commit --- src/app/admin/overview/page.tsx | 29 ++++++++++++++++++++++++- src/app/not-found.tsx | 38 +++++++++++++++------------------ 2 files changed, 45 insertions(+), 22 deletions(-) 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 ( + +
+
+ + + Add New + +
+ +
+
+ ); } 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. -

-
- -