import { BarGraphHorizontal, BarGraphVertical } from "components/BarGraph"; import { mockCategoricalData, moreMockCategoricalData, mockTimelineData, } from "data/mocks"; import React from "react"; import Timeline from "@/components/Timeline"; import { ColorPalette } from "../components/ColorPalette"; import { WordCloud } from "../components/WordCloud"; import styles from "./playground.module.css"; export default function Home() { return (

Playground

Show off your components here!

{""}

{""}

{""} takes the same props as{" "} {""}.

{""}

({ text: word.key, value: word.value, }))} />

{""}

); }