diff --git a/src/hooks/useExportPrivateKeyEmbed.ts b/src/hooks/useExportPrivateKeyEmbed.ts index 0ca2265..40b5684 100644 --- a/src/hooks/useExportPrivateKeyEmbed.ts +++ b/src/hooks/useExportPrivateKeyEmbed.ts @@ -1,4 +1,5 @@ import { useEffect } from 'react'; + import { useAccounts } from '../context/AccountsContext'; import { getPathKey, sendMessage } from '../utils/misc';