Skip to content

Commit

Permalink
Fix import after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Feb 14, 2024
1 parent 4b2b380 commit 9728d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/hooks/snaps/useSignatureInsights.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useState } from 'react';
import { useSelector } from 'react-redux';
import { getSignatureOriginCaveat } from '@metamask/snaps-controllers';
import { getSignatureOriginCaveat } from '@metamask/snaps-rpc-methods';
import { SeverityLevel } from '@metamask/snaps-sdk';
import { handleSnapRequest } from '../../store/actions';
import {
Expand Down

0 comments on commit 9728d45

Please sign in to comment.