Auto-remove unused imports

This commit is contained in:
sipec 2022-10-05 00:49:36 +00:00 committed by github-actions[bot]
parent 9f256aa7a8
commit 583c5b225e

View File

@ -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