Skip to content

Commit

Permalink
fix: remove the useless injectable decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor committed May 17, 2021
1 parent e4f35e8 commit ec61d0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/model/problems.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as React from 'react';
import { injectable } from 'tsyringe';
import { IStatusBarItem } from 'mo/model/workbench/statusBar';
import { IPanelItem } from 'mo/model/workbench/panel';
import { ProblemsStatusBarView, ProblemsPaneView } from 'mo/workbench/problems';
Expand Down Expand Up @@ -50,7 +49,6 @@ export const PANEL_PROBLEMS: IPanelItem = {
renderPane: (item) => <ProblemsPaneView {...item} />,
};

@injectable()
export class ProblemsModel<T> implements IProblems<T> {
static readonly ID = 'MO_PROBLEMS';
static readonly NAME = 'Problems';
Expand Down

0 comments on commit ec61d0f

Please sign in to comment.