Skip to content

Commit de67e75

Browse files
committed
two small wornings
1 parent ff2dba5 commit de67e75

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/pages/add-phrase/add-phrase.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { AlertController } from 'ionic-angular';
77

88
//for the recorder functions
99
import { Platform } from 'ionic-angular';
10-
import { Media, MediaObject } from '@ionic-native/media';
10+
import { MediaObject } from '@ionic-native/media';
1111
import { File } from '@ionic-native/file';
1212
import { FilePath } from '@ionic-native/file-path';
1313
import { HttpProvider } from '../../providers/http/http';

src/pages/home/home.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Component/*, Input, Output*/ } from '@angular/core';
22
import { NavController } from 'ionic-angular';
33
import { AddPhrasePage } from '../add-phrase/add-phrase';
44
import { FirebaseProvider } from '../../providers/firebase/firebase'
5-
import { User } from '../../models/user';
65
import { AutenticationProvider } from '../../providers/autentication/autentication';
76
import { CategoryServiceProvider } from '../../providers/category-service/category-service';
87
import { StorageProvider } from '../../providers/storage/storage';

0 commit comments

Comments
 (0)