Skip to content

Commit

Permalink
chore: fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
brusherru committed Oct 9, 2024
1 parent 3a7bdea commit 0a5af5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/VerifyMessageModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {

import { useVerifyMessage } from '../hooks/useSigning';
import { isSignedMessage } from '../types/message';
import { SIGNED_MESSAGE_PREFIX } from '../utils/constants';

type VerifyMessageModalProps = {
isOpen: boolean;
Expand Down

0 comments on commit 0a5af5c

Please sign in to comment.