Add Wordcloud Component #27

Merged
snedadah merged 29 commits from shahanneda/add-wordcloud-2 into main 2022-08-04 02:17:21 -04:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit a03e85e643 - Show all commits

View File

@ -1,9 +1,8 @@
import { moreMockCategoricalData } from "data/mocks";
import React from "react";
import { WordCloud } from "@/components/WordCloud";
import { ColorPalette } from "../components/ColorPalette";
import { WordCloud } from "../components/WordCloud";
export default function Home() {
return (