Skip to content

Commit

Permalink
Fixes lint, breaks build
Browse files Browse the repository at this point in the history
  • Loading branch information
kewde committed Jun 19, 2017
1 parent 37e2836 commit 7760065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/wallet/balances/balance.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { Injectable } from '@angular/core';
import { Observable, Observer } from 'rxjs';
import { Observable } from 'rxjs/Observable';
import { Observer } from 'rxjs/Observer';


export class Balances {
private _total: number;
Expand Down

0 comments on commit 7760065

Please sign in to comment.