Skip to content

Commit defe068

Browse files
author
mkobar
committed
lint cleanup
1 parent c7ab249 commit defe068

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/bill-detail/bill-detail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
ActionSheet,
77
ActionSheetController,
88
Platform,
9-
Alert,
9+
//Alert,
1010
AlertController
1111
} from 'ionic-angular';
1212
import { BillProvider } from '../../providers/bill/bill';

src/pages/home/home.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import {
33
NavController,
44
ActionSheet,
55
ActionSheetController,
6-
Loading,
6+
//Loading,
77
LoadingController,
88
Platform
99
} from 'ionic-angular';
1010
import { Observable } from 'rxjs/Observable';
11-
import { LandingPage } from '../landing/landing';
11+
//import { LandingPage } from '../landing/landing';
1212
import { BillProvider } from '../../providers/bill/bill';
1313
import { AuthProvider } from '../../providers/auth/auth';
1414

0 commit comments

Comments
 (0)