diff --git a/pages/samplePage.tsx b/pages/samplePage.tsx index 504e666..57adb9f 100644 --- a/pages/samplePage.tsx +++ b/pages/samplePage.tsx @@ -1,11 +1,7 @@ import { mockBoxPlotData, mockCategoricalData, - mockGroupedBarGraphData, mockLineData, - mockPieData, - mockStackedBarGraphData, - mockStackedBarKeys, moreMockCategoricalData, } from "data/mocks"; import { pageRoutes } from "data/routes"; @@ -18,19 +14,10 @@ import { BarGraphVertical, BarGraphHorizontal } from "@/components/BarGraph"; import { BottomNav } from "@/components/BottomNav"; import { BoxPlot } from "@/components/Boxplot"; import { ComponentWrapper } from "@/components/ComponentWrapper"; -import { - GroupedBarGraphHorizontal, - GroupedBarGraphVertical, -} from "@/components/GroupedBarGraph"; import { Header } from "@/components/Header"; import { LineGraph } from "@/components/LineGraph"; -import { PieChart } from "@/components/PieChart"; import { SectionHeader } from "@/components/SectionHeader"; import { SectionWrapper } from "@/components/SectionWrapper"; -import { - StackedBarGraphVertical, - StackedBarGraphHorizontal, -} from "@/components/StackedBarGraph"; import { WordCloud } from "@/components/WordCloud"; import styles from "./samplePage.module.css"; @@ -61,127 +48,6 @@ export default function SamplePage() {
- - - - - - - - - - - - - ({ - text: word.key, - value: word.value, - }))} - /> -