mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
9 lines
134 B
JavaScript
9 lines
134 B
JavaScript
//BUNDLE ONLY
|
|
|
|
import {Aside, AsideParent} from './components/aside/aside';
|
|
|
|
export let ionicComponents = [
|
|
Aside,
|
|
AsideParent
|
|
];
|