From 8a3ebdb1be4f8edba1f1278a0c974a680e7dbd2f Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sat, 25 Apr 2026 13:22:49 +0530 Subject: [PATCH] better name --- src/Dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Dashboard.tsx b/src/Dashboard.tsx index 44e8a87..a045492 100644 --- a/src/Dashboard.tsx +++ b/src/Dashboard.tsx @@ -6,7 +6,7 @@ import { Alert } from "@mui/material"; -import DashboardComponent from "./components/Dashboard"; +import ConfigurableDashboard from "./components/Dashboard"; import { configuration } from "./dashboard-config"; import { useDashboardData } from "./features/dashboard"; @@ -35,7 +35,7 @@ export default function Dashboard() { } return ( -