Update dashboard.jsx

This commit is contained in:
Sirin Puenggun 2023-11-22 20:29:04 +07:00 committed by GitHub
parent 903a943042
commit 58bfb0edb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ import {
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";