Add the PieChart
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jared He 2022-09-07 22:07:14 -04:00
parent 1507d29adf
commit 0bb0341b51
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import {
} from "data/mocks";
import React from "react";
import { PieChart } from "@/components/PieChart";
import { QuotationCarousel } from "@/components/QuotationCarousel";
import { ColorPalette } from "../components/ColorPalette";