diff --git a/src/background/functions/sendMessageToAllFrames.js b/src/background/functions/sendMessageToAllFrames.js index f0e889e..65307a0 100644 --- a/src/background/functions/sendMessageToAllFrames.js +++ b/src/background/functions/sendMessageToAllFrames.js @@ -19,7 +19,7 @@ const browser = require('webextension-polyfill'); const config = require('../../config'); -const TwoFasNotification = require('../notification'); +const TwoFasNotification = require('../../notification'); const sendMessageToAllFrames = async (tabId, message) => { const frames = await browser.webNavigation.getAllFrames({ tabId });