From f2ac5bcf92aee8a734cd9c68e54e41994a8db572 Mon Sep 17 00:00:00 2001 From: sosokker Date: Thu, 23 Nov 2023 00:58:43 +0700 Subject: [PATCH] Fix import mistype --- frontend/src/components/dashboard/dashboard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/dashboard/dashboard.jsx b/frontend/src/components/dashboard/dashboard.jsx index 4de23ae..761f0ca 100644 --- a/frontend/src/components/dashboard/dashboard.jsx +++ b/frontend/src/components/dashboard/dashboard.jsx @@ -1,5 +1,5 @@ import { Card, Grid, Tab, TabGroup, TabList, TabPanel, TabPanels, Text, Title, Legend } from "@tremor/react"; -import KpiCard from "./kpiCard"; +import KpiCard from "./KpiCard"; import { BarChartGraph } from "./Barchart"; import DonutChartGraph from "./DonutChart"; import { AreaChartGraph } from "./Areachart";