Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
fix(dts): add missing type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Camilleri committed Apr 19, 2017
1 parent cbd2f09 commit 66258ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolved-view-strategy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {ViewManager} from './view-manager';
import {viewStrategy} from 'aurelia-templating';
import {viewStrategy, ViewEngine, ViewCompileInstruction, ResourceLoadContext, ViewFactory} from 'aurelia-templating';
import {relativeToFile} from 'aurelia-path';
/**
* A view strategy that loads a view based on namespace and view name registered with the ViewManager
Expand Down

0 comments on commit 66258ff

Please sign in to comment.