File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
src/client/src/pages/DataView360/View Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 88 Button ,
99 Grid ,
1010 Backdrop ,
11- CircularProgress , Box , Typography
11+ CircularProgress ,
12+ Typography
1213} from '@material-ui/core' ;
1314
1415import _ from 'lodash' ;
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import {
33 Paper ,
4- Typography ,
54 Table ,
65 TableContainer ,
76 TableHead ,
@@ -11,11 +10,8 @@ import {
1110 Container ,
1211} from '@material-ui/core' ;
1312import { withStyles } from '@material-ui/core/styles' ;
14- import _ from 'lodash' ;
1513import moment from 'moment' ;
16- import Grid from "@material-ui/core/Grid" ;
1714import EmojiPeopleIcon from '@material-ui/icons/EmojiPeople' ;
18- import TimelineIcon from '@material-ui/icons/Timeline' ;
1915import DataTableHeader from './DataTableHeader' ;
2016
2117const customStyles = theme => ( {
You can’t perform that action at this time.
0 commit comments