From 4a6995be18b15de1834a39c8921a0e4109671bb6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 3 Jun 2016 22:08:03 +0200 Subject: First draft to use webpack instead of systemjs --- client/app/shared/search/index.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 client/app/shared/search/index.ts (limited to 'client/app/shared/search/index.ts') diff --git a/client/app/shared/search/index.ts b/client/app/shared/search/index.ts deleted file mode 100644 index a49a4f1a9..000000000 --- a/client/app/shared/search/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -export * from './search-field.type'; -export * from './search.component'; -export * from './search.model'; -- cgit v1.2.3