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 8
8
Button ,
9
9
Grid ,
10
10
Backdrop ,
11
- CircularProgress , Box , Typography
11
+ CircularProgress ,
12
+ Typography
12
13
} from '@material-ui/core' ;
13
14
14
15
import _ from 'lodash' ;
Original file line number Diff line number Diff line change 1
1
import React , { Component } from 'react' ;
2
2
import {
3
3
Paper ,
4
- Typography ,
5
4
Table ,
6
5
TableContainer ,
7
6
TableHead ,
@@ -11,11 +10,8 @@ import {
11
10
Container ,
12
11
} from '@material-ui/core' ;
13
12
import { withStyles } from '@material-ui/core/styles' ;
14
- import _ from 'lodash' ;
15
13
import moment from 'moment' ;
16
- import Grid from "@material-ui/core/Grid" ;
17
14
import EmojiPeopleIcon from '@material-ui/icons/EmojiPeople' ;
18
- import TimelineIcon from '@material-ui/icons/Timeline' ;
19
15
import DataTableHeader from './DataTableHeader' ;
20
16
21
17
const customStyles = theme => ( {
You can’t perform that action at this time.
0 commit comments