Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SutarPrasad committed Jul 28, 2023
1 parent dfa88b8 commit fa8dda2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Dashboard.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { Routes, Route, Link, HashRouter } from "react-router-dom";
import { cloneDeep, has, set, shuffle } from "lodash";
import { cloneDeep, has, set} from "lodash";

import ControlPanel from "./components/ControlPanel/ControlPanel";
import OverlayContainer from "./components/OverlayContainer/OverlayContainer";
Expand All @@ -10,8 +10,6 @@ import Overlay from "./components/Overlay/Overlay";
import FAQ from "./components/FAQ/FAQ";
import LiveData from "./components/LiveData/LiveData";

import chroma from "chroma-js";

import { importSiteImages } from "./util/helpers";
import styles from "./Dashboard.module.css";

Expand Down Expand Up @@ -204,8 +202,7 @@ class Dashboard extends React.Component {
const combinedData = { data: graphData, metadata: metadata};

set(processedData, dataKey, combinedData);

count++;
;
}
}
}
Expand Down

0 comments on commit fa8dda2

Please sign in to comment.