diff --git a/pages/playground.tsx b/pages/playground.tsx index c4878ea..3e42871 100644 --- a/pages/playground.tsx +++ b/pages/playground.tsx @@ -22,6 +22,7 @@ import { GroupedBarGraphHorizontal, GroupedBarGraphVertical, } from "@/components/GroupedBarGraph"; +import { LineGraph } from "@/components/LineGraph"; import { PieChart } from "@/components/PieChart"; import { QuotationCarousel } from "@/components/QuotationCarousel"; import { Sections } from "@/components/Sections";