Skip to content

Commit ec61d0f

Browse files
committed
fix: remove the useless injectable decorator
1 parent e4f35e8 commit ec61d0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/model/problems.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as React from 'react';
2-
import { injectable } from 'tsyringe';
32
import { IStatusBarItem } from 'mo/model/workbench/statusBar';
43
import { IPanelItem } from 'mo/model/workbench/panel';
54
import { ProblemsStatusBarView, ProblemsPaneView } from 'mo/workbench/problems';
@@ -50,7 +49,6 @@ export const PANEL_PROBLEMS: IPanelItem = {
5049
renderPane: (item) => <ProblemsPaneView {...item} />,
5150
};
5251

53-
@injectable()
5452
export class ProblemsModel<T> implements IProblems<T> {
5553
static readonly ID = 'MO_PROBLEMS';
5654
static readonly NAME = 'Problems';

0 commit comments

Comments
 (0)