Skip to content

Commit

Permalink
fix: import reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Sep 8, 2023
1 parent 82b2fba commit 845f5a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import React from 'react';
import { useStores } from 'Stores';
import { Button, Modal, Text } from '@deriv/components';
import { formatMoney, TFile } from '@deriv/shared';
import { observer, useStore } from '@deriv/stores';
import { localize } from '@deriv/translations';
import FileUploaderComponent from 'Components/file-uploader-component';
//TODO: update the below line before merging to feature branch "p2p-modal-test" branch
import FormError from 'Components/form/error.jsx';
import FileUploaderComponent from 'Components/file-uploader-component';
import { Localize } from 'Components/i18next';
import { useModalManagerContext } from 'Components/modal-manager/modal-manager-context';
import { useStores } from 'Stores';
import { accepted_file_types, max_pot_file_size } from 'Utils/file-uploader';
import { removeTrailingZeros, roundOffDecimal, setDecimalPlaces } from 'Utils/format-value';

Expand Down

0 comments on commit 845f5a5

Please sign in to comment.