Skip to content
Snippets Groups Projects
Commit 46d1978f authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

remove unnecessary imports

parent 3b8902a9
No related branches found
No related tags found
No related merge requests found
import React from "react";
function ColorBadge({ index: index, active = true }) {
return (
<div className="d-inline-block m-2" key={index}>
......
import React from "react";
interface ColorPillProps {
year: number;
active: boolean;
......
import React from "react";
import DownloadDataButton from "./DownloadDataButton";
import DownloadImageChartButton from "./DownloadImageChartButton";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment