We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf10e8d commit 0872413Copy full SHA for 0872413
src/components/Overview.js
@@ -1,8 +1,6 @@
1
import React, { Component } from "react";
2
import DisplayPanels from "./DisplayPanels";
3
import { withStyles } from "@material-ui/styles";
4
-import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
5
-import { faSyncAlt } from "@fortawesome/free-solid-svg-icons";
6
import styles from "../styles/OverviewStyles";
7
8
class Overview extends Component {
src/styles/OverviewStyles.js
@@ -1,5 +1,3 @@
-import colors from "../constants/colors";
-
export default {
root: {
textAlign: "center",
0 commit comments