mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
chore(router): fix compiler error
This commit is contained in:
@ -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', () => {
|
||||||
|
Reference in New Issue
Block a user