Skip to content

Commit

Permalink
fix: clean code, add note re ordinals modal
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Oct 16, 2023
1 parent 993df34 commit a06aa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/receive/receive-modal.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import toast from 'react-hot-toast';
import { Outlet, useLocation, useNavigate } from 'react-router-dom';
import { useLocation, useNavigate } from 'react-router-dom';

import { useClipboard } from '@stacks/ui';
import { HomePageSelectors } from '@tests/selectors/home.selectors';
Expand Down

0 comments on commit a06aa39

Please sign in to comment.