From a840d396093ef968f9512862197ac166a1ff9921 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 1 Jun 2016 20:36:27 +0200 Subject: Add authentication tokens to make friends/quit friends --- client/app/shared/index.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'client/app/shared/index.ts') diff --git a/client/app/shared/index.ts b/client/app/shared/index.ts index a49a4f1a9..ad3ee0098 100644 --- a/client/app/shared/index.ts +++ b/client/app/shared/index.ts @@ -1,3 +1,2 @@ -export * from './search-field.type'; -export * from './search.component'; -export * from './search.model'; +export * from './search/index'; +export * from './users/index' -- cgit v1.2.3