Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Manduro committed Jun 14, 2016
1 parent 261d227 commit 05f1015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component, Type, ViewChild } from '@angular/core';
import { Nav, Platform, Loading } from 'ionic-angular';
import { Keyboard, Splashscreen } from 'ionic-native';
import { Deploy } from '@ionic/platform-client-angular';
import { Deploy } from '@ionic/cloud-angular';

import { AuthService } from './services/auth';
import { NotificationService } from './services/notification';
Expand Down

0 comments on commit 05f1015

Please sign in to comment.