From 583c5b225e8db17d062a5c6ac238c77370f763e1 Mon Sep 17 00:00:00 2001 From: sipec Date: Wed, 5 Oct 2022 00:49:36 +0000 Subject: [PATCH] Auto-remove unused imports --- web/components/warning-confirmation-button.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/warning-confirmation-button.tsx b/web/components/warning-confirmation-button.tsx index a4094156..0c50bc76 100644 --- a/web/components/warning-confirmation-button.tsx +++ b/web/components/warning-confirmation-button.tsx @@ -6,7 +6,6 @@ import { ConfirmationButton } from './confirmation-button' import { ExclamationIcon } from '@heroicons/react/solid' import { formatMoney } from 'common/util/format' import { Button, ColorType, SizeType } from './button' -import { capitalize } from 'lodash' export function WarningConfirmationButton(props: { amount: number | undefined