diff --git a/app/(root)/dashboard/page.tsx b/app/(root)/dashboard/page.tsx
index 38c8ad7..733d45c 100644
--- a/app/(root)/dashboard/page.tsx
+++ b/app/(root)/dashboard/page.tsx
@@ -1,16 +1,14 @@
"use client";
import React from "react";
-import DashBoard from "@/components/ui/dashboard/index";
-import DashboardChart from "@/components/ui/dashboard/charts";
+import Layout from "@/components/ui/layout/index";
+import Dashboard from "@/components/ui/dashboard/dashboard";
export default function Page() {
return (
-
+ {title} +
++ Category + Total/Share +
+Welcome, Xue!
Welcome, Xue!
++ Click Browse button and choose a data file that you want to import. +
+You are only allowed to upload CSV, XLSX or XLS files.
+Line Graph
+ {selectedCampaigns?.map((group, rowIndex) => ( +{group}
+Pie Chart
+ {selectedCampaigns?.map((group, rowIndex) => ( +{group}
+Bar Graph
+ {selectedCampaigns?.map((group, rowIndex) => ( +{group}
+Welcome, Xue!
+{Campaigns.filter(data => data.key === group)[0]?.label}
+