From 842150327f35c962e529cb3ca1a99cb1d271a791 Mon Sep 17 00:00:00 2001 From: FutureDuck Date: Sun, 14 Jun 2020 18:35:34 -0700 Subject: [PATCH] fix: background file path (cherry picked from commit 6492f3a60b4c4027e42af0d0fe29a5c65810f4a1) --- src/background/index.html | 2 +- src/background/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/background/index.html b/src/background/index.html index 439caac..e80c2d7 100644 --- a/src/background/index.html +++ b/src/background/index.html @@ -5,6 +5,6 @@ - + diff --git a/src/background/index.js b/src/background/index.js index 6b1ee7e..397d56b 100644 --- a/src/background/index.js +++ b/src/background/index.js @@ -1,4 +1,4 @@ -import RequestBlocker from './background/request_blocker.js'; +import RequestBlocker from './request_blocker.js'; console.log('Extension is ready to start blocking!'); RequestBlocker.startMonitoring();