aboutsummaryrefslogtreecommitdiff
path: root/src/background/presenters/IndicatorPresenter.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/background/presenters/IndicatorPresenter.ts')
-rw-r--r--src/background/presenters/IndicatorPresenter.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/background/presenters/IndicatorPresenter.ts b/src/background/presenters/IndicatorPresenter.ts
index 1c81cf5..99f92b5 100644
--- a/src/background/presenters/IndicatorPresenter.ts
+++ b/src/background/presenters/IndicatorPresenter.ts
@@ -1,3 +1,6 @@
+import { injectable } from 'tsyringe';
+
+@injectable()
export default class IndicatorPresenter {
indicate(enabled: boolean): Promise<void> {
let path = enabled