diff options
author | eug-vs <eug-vs@keemail.me> | 2020-06-25 14:39:51 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-06-25 14:39:51 +0300 |
commit | a3afe917442fb29627aa9deade1baefbea9a60c5 (patch) | |
tree | be583e6605d8cc2f64cdd238dd5f6f2c15ad0913 /src | |
parent | 1a7e205b615c4ba51aeb79a7c75cfc77290ba063 (diff) | |
download | which-ui-a3afe917442fb29627aa9deade1baefbea9a60c5.tar.gz |
fix: remove unused lodash
Diffstat (limited to 'src')
-rw-r--r-- | src/components/PollCard/PollCard.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/PollCard/PollCard.tsx b/src/components/PollCard/PollCard.tsx index 6b5f456..40f5fd7 100644 --- a/src/components/PollCard/PollCard.tsx +++ b/src/components/PollCard/PollCard.tsx @@ -8,7 +8,6 @@ import { CardHeader } from '@material-ui/core/'; import { Which, Poll } from 'which-types'; -import _ from 'lodash'; import PercentageBar from './PercentageBar'; import { post } from '../../requests'; |