From a3afe917442fb29627aa9deade1baefbea9a60c5 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 25 Jun 2020 14:39:51 +0300 Subject: fix: remove unused lodash --- src/components/PollCard/PollCard.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components') 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'; -- cgit v1.2.3