Do not make Timeline default export

pull/35/head
Jared He 7 months ago
parent dd09329e62
commit b529a24587
  1. 2
      components/Timeline.tsx
  2. 2
      pages/playground.tsx

@ -26,7 +26,7 @@ interface TimelineProps {
className?: string;
}
export default function Timeline({
export function Timeline({
data,
isTimeUppercase = true,
lineWidth = 5,

@ -13,7 +13,7 @@ import React from "react";
import { PieChart } from "@/components/PieChart";
import { QuotationCarousel } from "@/components/QuotationCarousel";
import Timeline from "@/components/Timeline";
import { Timeline } from "@/components/Timeline";
import { ColorPalette } from "../components/ColorPalette";
import { WordCloud } from "../components/WordCloud";

Loading…
Cancel
Save