This commit is contained in:
Sinclair Chen 2022-10-12 20:59:43 -07:00
parent 1080a6e0fa
commit 63705a0118

View File

@ -9,7 +9,6 @@ import { AddFundsModal } from './add-funds-modal'
import { Input } from './input'
import Slider from 'rc-slider'
import 'rc-slider/assets/index.css'
import { transform } from 'lodash'
export function AmountInput(props: {
amount: number | undefined