Use TSyringe on background script
This commit is contained in:
parent
c7803e7c29
commit
cdfd54ed99
37 changed files with 212 additions and 202 deletions
|
@ -1,3 +1,6 @@
|
|||
import { injectable } from 'tsyringe';
|
||||
|
||||
@injectable()
|
||||
export default class IndicatorPresenter {
|
||||
indicate(enabled: boolean): Promise<void> {
|
||||
let path = enabled
|
||||
|
|
Reference in a new issue