aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/friends/friend.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/friends/friend.service.ts')
-rw-r--r--client/src/app/friends/friend.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/friends/friend.service.ts b/client/src/app/friends/friend.service.ts
index a8b1a1bd3..f956a5ece 100644
--- a/client/src/app/friends/friend.service.ts
+++ b/client/src/app/friends/friend.service.ts
@@ -1,6 +1,6 @@
1import { Injectable } from '@angular/core'; 1import { Injectable } from '@angular/core';
2import { Http, Response } from '@angular/http'; 2import { Http, Response } from '@angular/http';
3import { Observable } from 'rxjs/Rx'; 3import { Observable } from 'rxjs/Observable';
4 4
5import { AuthService } from '../shared'; 5import { AuthService } from '../shared';
6 6