Skip to content

Commit

Permalink
add import PipelineResult
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Aug 7, 2018
1 parent 59e4cf2 commit 2816647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
_createRootedPath,
_resolveUrl
} from './util';
import {RouteConfig} from './interfaces';
import {RouteConfig, PipelineResult} from './interfaces';

/**
* The primary class responsible for handling routing and navigation.
Expand Down

0 comments on commit 2816647

Please sign in to comment.