Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Dec 20, 2024
1 parent 50348e3 commit 852efa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import React, { memo, useCallback } from 'react';

import clsx from 'clsx';

import { CaptionAlert } from 'app/atoms';
import { IconButton } from 'app/atoms/IconButton';
import { ReactComponent as CopyIcon } from 'app/icons/base/copy.svg';
import { ReactComponent as QrCodeIcon } from 'app/icons/base/qr_code.svg';
import { toastSuccess } from 'app/toaster';
import { t, T } from 'lib/i18n';
import { useBooleanState } from 'lib/ui/hooks';

import { CaptionAlert } from '../../../../../../atoms';
import { useCryptoExchangeDataState } from '../../../context';

import { DepositMemoQrCodeModal } from './DepositMemoQrCodeModal';
Expand Down

0 comments on commit 852efa9

Please sign in to comment.