Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Jan 22, 2025
1 parent 7040bee commit 7d840d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/components/WalletAdvancedQrReceive.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use client';

import { CopyButton } from '@/internal/components/CopyButton';
import { PressableIcon } from '@/internal/components/PressableIcon';
import { QrCodeSvg } from '@/internal/components/QrCode/QrCodeSvg';
import { backArrowSvg } from '@/internal/svg/backArrowSvg';
Expand All @@ -9,7 +10,6 @@ import { border, cn, color, pressable, text } from '@/styles/theme';
import { useCallback, useState } from 'react';
import { useWalletAdvancedContext } from './WalletAdvancedProvider';
import { useWalletContext } from './WalletProvider';
import { CopyButton } from '@/internal/components/CopyButton';

export function WalletAdvancedQrReceive() {
const { address, isSubComponentClosing } = useWalletContext();
Expand Down

0 comments on commit 7d840d5

Please sign in to comment.