Dashboard Componeets files are added some
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user