Dashboard Componeets files are added some

This commit is contained in:
2026-07-14 13:20:26 +01:00
parent ca40bd4095
commit 4c8c537f9c
13 changed files with 499 additions and 20 deletions

View File

@@ -2,6 +2,7 @@
import Sidebar from "@/components/dashboard/sidebar";
import OperationsDashboard from "@/components/dashboard/dashboard";
export default function DashboardPage() {
return (
@@ -10,8 +11,8 @@ export default function DashboardPage() {
<main className="flex bg-[#091522]">
<Sidebar />
<div className="flex-1 p-10 text-white">
Main Content
<div className="flex-1 p-6 text-white">
<OperationsDashboard/>
</div>
</main>