diff options
Diffstat (limited to 'client/app/shared/index.ts')
-rw-r--r-- | client/app/shared/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/app/shared/index.ts b/client/app/shared/index.ts new file mode 100644 index 000000000..a49a4f1a9 --- /dev/null +++ b/client/app/shared/index.ts | |||
@@ -0,0 +1,3 @@ | |||
1 | export * from './search-field.type'; | ||
2 | export * from './search.component'; | ||
3 | export * from './search.model'; | ||