Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dcstlouis committed Jun 1, 2021
1 parent 3c5cbe8 commit 428155e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/client/src/pages/DataView360/View/View360.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import {
Button,
Grid,
Backdrop,
CircularProgress, Box, Typography
CircularProgress,
Typography
} from '@material-ui/core';

import _ from 'lodash';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { Component } from 'react';
import {
Paper,
Typography,
Table,
TableContainer,
TableHead,
Expand All @@ -11,11 +10,8 @@ import {
Container,
} from '@material-ui/core';
import { withStyles } from '@material-ui/core/styles';
import _ from 'lodash';
import moment from 'moment';
import Grid from "@material-ui/core/Grid";
import EmojiPeopleIcon from '@material-ui/icons/EmojiPeople';
import TimelineIcon from '@material-ui/icons/Timeline';
import DataTableHeader from './DataTableHeader';

const customStyles = theme => ({
Expand Down

0 comments on commit 428155e

Please sign in to comment.