aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/index.ts')
-rw-r--r--client/src/app/shared/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/index.ts b/client/src/app/shared/index.ts
index 9edf9b4a0..c362a0e4a 100644
--- a/client/src/app/shared/index.ts
+++ b/client/src/app/shared/index.ts
@@ -1,4 +1,5 @@
1export * from './auth'; 1export * from './auth';
2export * from './form-validators'; 2export * from './form-validators';
3export * from './rest';
3export * from './search'; 4export * from './search';
4export * from './users'; 5export * from './users';