aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/PollCard/PollCard.tsx1
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';