Files
2015-10-08 14:13:06 -05:00

10 lines
151 B
TypeScript

import {IonicPlatform, Page} from 'ionic/ionic';
@Page({
templateUrl: 'lists/lists.html',
})
export class ListsPage {
constructor() {
}
}