Skip to content

Commit

Permalink
fix(core): remove unused Context import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Delisle committed Sep 26, 2017
1 parent 2991cc7 commit e4a3d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/component.ts
Expand Up @@ -3,7 +3,7 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

import {Constructor, Provider, BoundValue, Context} from '@loopback/context';
import {Constructor, Provider, BoundValue} from '@loopback/context';
import {Server, Application} from '.';

export interface ProviderMap {
Expand Down

0 comments on commit e4a3d42

Please sign in to comment.