Skip to content

Commit

Permalink
chore: send form validation
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Jan 24, 2025
1 parent c3073d9 commit 8be2f57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import { SendFormBtcSchema } from '../schemas/send-form-btc.schema';
import {
CreateCurrentSendRoute,
createCoinSelectionUtxos,
formatBitcoinError,
useSendSheetNavigation,
useSendSheetRoute,
} from '../send-form.utils';
import { formatBitcoinError } from '../validation/btc.validation';

type CurrentRoute = CreateCurrentSendRoute<'send-form-btc'>;

Expand Down

0 comments on commit 8be2f57

Please sign in to comment.