import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { Button } from "@/components/ui/button" import { Download } from "lucide-react" export default function DashboardPage() { return (

Good Morning, Admin

01 Sep - 15 Sep 2024
Welcome to Dashboard

This is your main dashboard page.

) }