Use TSyringe on background script
This commit is contained in:
parent
c7803e7c29
commit
cdfd54ed99
37 changed files with 212 additions and 202 deletions
|
@ -1,5 +1,8 @@
|
|||
import { injectable } from 'tsyringe';
|
||||
|
||||
const NOTIFICATION_ID = 'vimvixen-update';
|
||||
|
||||
@injectable()
|
||||
export default class NotifyPresenter {
|
||||
async notify(
|
||||
title: string,
|
||||
|
|
Reference in a new issue