Explorar el Código

Remove unused imports

Matt Raible hace 7 años
padre
commit
044fb87e3a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      client/src/pages/beer/beer.ts

+ 1
- 1
client/src/pages/beer/beer.ts Ver fichero

@@ -1,5 +1,5 @@
1 1
 import { Component } from '@angular/core';
2
-import { NavController, NavParams, ModalController, ToastController } from 'ionic-angular';
2
+import { ModalController, ToastController } from 'ionic-angular';
3 3
 import { BeerService } from '../../providers/beer-service';
4 4
 import { GiphyService } from '../../providers/giphy-service';
5 5
 import { BeerModalPage } from './beer-modal';