diff options
Diffstat (limited to 'src/background/presenters/NotifyPresenter.ts')
-rw-r--r-- | src/background/presenters/NotifyPresenter.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/background/presenters/NotifyPresenter.ts b/src/background/presenters/NotifyPresenter.ts index 23932f7..8fa4acb 100644 --- a/src/background/presenters/NotifyPresenter.ts +++ b/src/background/presenters/NotifyPresenter.ts @@ -1,5 +1,8 @@ +import { injectable } from 'tsyringe'; + const NOTIFICATION_ID = 'vimvixen-update'; +@injectable() export default class NotifyPresenter { async notify( title: string, |