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