diff --git a/compendium-frontend/src/components/ColorBadge.tsx b/compendium-frontend/src/components/ColorBadge.tsx index bc6b55da6e043cbc1e6a92c4fe3538f7428e2f2d..9b098da9d11eb6649386f9a4e094d8b2de6d8e3a 100644 --- a/compendium-frontend/src/components/ColorBadge.tsx +++ b/compendium-frontend/src/components/ColorBadge.tsx @@ -1,5 +1,3 @@ -import React from "react"; - function ColorBadge({ index: index, active = true }) { return ( <div className="d-inline-block m-2" key={index}> diff --git a/compendium-frontend/src/components/ColorPill.tsx b/compendium-frontend/src/components/ColorPill.tsx index b0802a699fb0dc336facd302d774b18427b2486e..8c8fd457552d4bf078fad7a166db7e69c0770e98 100644 --- a/compendium-frontend/src/components/ColorPill.tsx +++ b/compendium-frontend/src/components/ColorPill.tsx @@ -1,5 +1,3 @@ -import React from "react"; - interface ColorPillProps { year: number; active: boolean; diff --git a/compendium-frontend/src/components/download/DownloadContainer.tsx b/compendium-frontend/src/components/download/DownloadContainer.tsx index cec9aef80e2864ca8dee9357278d08308e429c4c..5c1c53d7c29890c59baa9647fe3246eba24c465b 100644 --- a/compendium-frontend/src/components/download/DownloadContainer.tsx +++ b/compendium-frontend/src/components/download/DownloadContainer.tsx @@ -1,4 +1,3 @@ -import React from "react"; import DownloadDataButton from "./DownloadDataButton"; import DownloadImageChartButton from "./DownloadImageChartButton";