mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(tests): correct components to use src path instead of ionic to ensure karma tests pass.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import {Routes} from '@angular/router';
|
||||
import {Location} from '@angular/common';
|
||||
|
||||
import {App, Page, NavParams, ViewController} from '../../../../../ionic';
|
||||
import {App, Page, NavParams, ViewController} from '../../../../../src';
|
||||
|
||||
|
||||
@Page({templateUrl: 'view1.html'})
|
||||
|
Reference in New Issue
Block a user