aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/users/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/users/index.ts')
-rw-r--r--client/src/app/shared/users/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/users/index.ts b/client/src/app/shared/users/index.ts
new file mode 100644
index 000000000..c6816b3c6
--- /dev/null
+++ b/client/src/app/shared/users/index.ts
@@ -0,0 +1,4 @@
1export * from './auth-status.model';
2export * from './auth.service';
3export * from './token.model';
4export * from './user.model';