From f881f9d1e1a2701c5982ec68cbee038bbb452782 Mon Sep 17 00:00:00 2001 From: muhamad fais aizat Date: Wed, 19 Mar 2025 19:54:41 +0700 Subject: [PATCH] delete app --- frontend/src/app/dashboard/page.jsx | 54 ----------------------------- 1 file changed, 54 deletions(-) diff --git a/frontend/src/app/dashboard/page.jsx b/frontend/src/app/dashboard/page.jsx index fbbc97a4..e69de29b 100644 --- a/frontend/src/app/dashboard/page.jsx +++ b/frontend/src/app/dashboard/page.jsx @@ -1,54 +0,0 @@ -import { AppSidebar } from "@/components/app-sidebar" -import { - Breadcrumb, - BreadcrumbItem, - BreadcrumbLink, - BreadcrumbList, - BreadcrumbPage, - BreadcrumbSeparator, -} from "@/components/ui/breadcrumb" -import { Separator } from "@/components/ui/separator" -import { - SidebarInset, - SidebarProvider, - SidebarTrigger, -} from "@/components/ui/sidebar" - -export default function Page() { - return ( - ( - - -
-
- - - - - - - Building Your Application - - - - - Data Fetching - - - -
-
-
-
-
-
-
-
-
-
- - ) - ); -}