Skip to content

Commit

Permalink
TW-1148 Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 committed Nov 9, 2023
1 parent a6cd179 commit aa007f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pages/Receive/Receive.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { FC, memo, useCallback, useEffect } from 'react';
import React, { FC, memo, useEffect } from 'react';

import classNames from 'clsx';
import { QRCode } from 'react-qr-svg';
Expand All @@ -12,7 +12,7 @@ import PageLayout from 'app/layouts/PageLayout';
import ViewsSwitcher, { ViewsSwitcherProps } from 'app/templates/ViewsSwitcher/ViewsSwitcher';
import { setTestID } from 'lib/analytics';
import { T, t } from 'lib/i18n';
import { useAccount, useTezos, useTezosDomainsClient } from 'lib/temple/front';
import { useAccount, useTezosDomainsClient } from 'lib/temple/front';
import { useTezosDomainNameByAddress } from 'lib/temple/front/tzdns';
import { useSafeState } from 'lib/ui/hooks';
import useCopyToClipboard from 'lib/ui/useCopyToClipboard';
Expand Down

0 comments on commit aa007f7

Please sign in to comment.