Skip to content

Commit 428155e

Browse files
committed
Removed unused imports
1 parent 3c5cbe8 commit 428155e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/client/src/pages/DataView360/View/View360.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import {
88
Button,
99
Grid,
1010
Backdrop,
11-
CircularProgress, Box, Typography
11+
CircularProgress,
12+
Typography
1213
} from '@material-ui/core';
1314

1415
import _ from 'lodash';

src/client/src/pages/DataView360/View/components/VolunteerActivity.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React, { Component } from 'react';
22
import {
33
Paper,
4-
Typography,
54
Table,
65
TableContainer,
76
TableHead,
@@ -11,11 +10,8 @@ import {
1110
Container,
1211
} from '@material-ui/core';
1312
import { withStyles } from '@material-ui/core/styles';
14-
import _ from 'lodash';
1513
import moment from 'moment';
16-
import Grid from "@material-ui/core/Grid";
1714
import EmojiPeopleIcon from '@material-ui/icons/EmojiPeople';
18-
import TimelineIcon from '@material-ui/icons/Timeline';
1915
import DataTableHeader from './DataTableHeader';
2016

2117
const customStyles = theme => ({

0 commit comments

Comments
 (0)