Skip to content

Commit

Permalink
Fix breaking import 'WidgetTracker'
Browse files Browse the repository at this point in the history
Fixes breaking import 'WidgetTracker' found in `master`

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto authored and marcdumais-work committed Nov 20, 2018
1 parent 00e7d9d commit f3da354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/browser/frontend-application-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ import { EnvVariablesServer, envVariablesPath } from './../common/env-variables'
import { FrontendApplicationStateService } from './frontend-application-state';
import { JsonSchemaStore } from './json-schema-store';
import { TabBarToolbarRegistry, TabBarToolbarContribution, TabBarToolbarFactory, TabBarToolbar } from './shell/tab-bar-toolbar';
import { WidgetTracker } from './widgets';
import { bindCorePreferences } from './core-preferences';

export const frontendApplicationModule = new ContainerModule((bind, unbind, isBound, rebind) => {
Expand Down

0 comments on commit f3da354

Please sign in to comment.