diff options
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/index.js b/src/content/index.js index e5a2965..655bea4 100644 --- a/src/content/index.js +++ b/src/content/index.js @@ -19,6 +19,7 @@ followStore.subscribe(() => { console.error(e); } }); +// eslint-disable-next-line no-unused-vars const contentInputComponent = new ContentInputComponent(window); consoleFrames.initialize(window.document); |