Skip to content

Commit

Permalink
Remove unused icon
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Mar 12, 2021
1 parent 6afaf23 commit ebbafcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ItemView/ItemView.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Paper, AppBar, Tab, makeStyles, useTheme, Box, Typography } from '@mate
// Import these tab components from @material-ui/lab instead of @material-ui/core for automatic a11y props
// See: https://material-ui.com/components/tabs/#experimental-api
import { TabContext, TabList, TabPanel } from '@material-ui/lab';
import SadFaceIcon from '@material-ui/icons/SentimentVeryDissatisfied';
import ItemMetadataView from "../ItemMetadataView"
import ItemBodyView from "../ItemBodyView";
import ItemHeaderView from "../ItemHeaderView";
Expand Down

0 comments on commit ebbafcb

Please sign in to comment.