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