mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
change all paths to use ionic2/
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
//BUNDLE ONLY
|
||||
// export all components as array
|
||||
|
||||
import {Aside, AsideParent} from './components/aside/aside';
|
||||
import {Aside} from 'ionic2/components/aside/aside';
|
||||
|
||||
export let ionicComponents = [
|
||||
Aside,
|
||||
AsideParent
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user