Files
2015-10-16 11:58:46 -05:00

11 lines
137 B
TypeScript

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