Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Sep 10, 2024
1 parent 0f370c7 commit d20bec8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/hooks/useContacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useDispatch, useSelector } from 'react-redux';
import { createSelector } from 'reselect';
import { contactsAddOrUpdate, removeContact } from '../redux/contacts';
import { AppState } from '@/redux/store';
import { Network } from '@/chains/types';

const contactsSelector = createSelector(
({ contacts: { contacts } }: AppState) => contacts,
Expand Down
1 change: 0 additions & 1 deletion src/redux/contacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { omitFlatten } from '@/helpers/utilities';
import { AppGetState } from '@/redux/store';
import { handleReviewPromptAction } from '@/utils/reviewAlert';
import { ReviewPromptAction } from '@/storage/schema';
import { Network } from '@/chains/types';

// -- Constants --------------------------------------- //
const CONTACTS_UPDATE = 'contacts/CONTACTS_UPDATE';
Expand Down

0 comments on commit d20bec8

Please sign in to comment.