chore(router): fix compiler error

This commit is contained in:
Dan Bucholtz
2017-12-07 15:29:44 -06:00
parent 848bf9c17f
commit c47a796d2b
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { import {
RouterEntries, RouterEntry, RouterSegments, breadthFirstSearch, RouterEntries, RouterEntry, RouterSegments, breadthFirstSearch,
generateURL, initRoute, matchRoute, parseURL generateURL, initRoute, matchRoute, parseURL
} from '../router-utils'; } from '../../router-controller/router-utils';
describe('RouterSegments', () => { describe('RouterSegments', () => {
it ('should initialize with empty array', () => { it ('should initialize with empty array', () => {