Skip to content

Commit

Permalink
run linting
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Sep 19, 2023
1 parent 0d1df80 commit 2b5f374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge-ui-v2/src/components/Bridge/Bridge.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import { routingContractsMap } from '$bridgeConfig';
import { chainConfig } from '$chainConfig';
import { FlatAlert } from '$components/Alert';
import ChainSelectorWrapper from '$components/Bridge/ChainSelectorWrapper.svelte';
import { Card } from '$components/Card';
import { successToast, warningToast } from '$components/NotificationToast';
Expand Down Expand Up @@ -41,7 +42,6 @@
import { ProcessingFee } from './ProcessingFee';
import Recipient from './Recipient.svelte';
import { bridgeService, destNetwork, enteredAmount, processingFee, recipientAddress, selectedToken } from './state';
import { FlatAlert } from '$components/Alert';
let amountComponent: Amount;
let recipientComponent: Recipient;
Expand Down

0 comments on commit 2b5f374

Please sign in to comment.