mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test updates
This commit is contained in:
@@ -10,4 +10,8 @@ import {List} from 'ionic/components/list/list';
|
||||
templateUrl: 'main.html',
|
||||
directives: [Content, List]
|
||||
})
|
||||
export default class IonicApp {}
|
||||
class IonicApp {}
|
||||
|
||||
export function main(ionicBootstrap) {
|
||||
ionicBootstrap(IonicApp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user