Skip to content

Commit

Permalink
chore: fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeatt committed May 17, 2023
1 parent 8e61009 commit a383fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useMutation } from 'react-query';
import { toast } from 'react-toastify';

import { formatNumber, formatPercentage, formatUSD } from '@/common/utils/utils';
import { Card, CTA, Dl, DlGroup } from '@/component-library';
import { Card, Dl, DlGroup } from '@/component-library';
import { AuthCTA } from '@/components';
import ErrorModal from '@/legacy-components/ErrorModal';
import { submitExtrinsic } from '@/utils/helpers/extrinsic';
Expand Down

0 comments on commit a383fb9

Please sign in to comment.