From a66bb7f82ce0af25a2dbf78e246b3670f6285339 Mon Sep 17 00:00:00 2001 From: Rebecca-Chou Date: Sun, 2 Oct 2022 22:53:51 -0400 Subject: [PATCH] fix import --- pages/playground.tsx | 1 + 1 file changed, 1 insertion(+) 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";