aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/auth/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/auth/index.ts')
-rw-r--r--client/src/app/core/auth/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/core/auth/index.ts b/client/src/app/core/auth/index.ts
index bc7bfec0e..8e5caa7ed 100644
--- a/client/src/app/core/auth/index.ts
+++ b/client/src/app/core/auth/index.ts
@@ -1,4 +1,3 @@
1export * from './auth-status.model' 1export * from './auth-status.model'
2export * from './auth-user.model' 2export * from './auth-user.model'
3export * from './auth.service' 3export * from './auth.service'
4export * from '../routing/login-guard.service'