aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/users/registration/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/users/registration/index.ts')
-rw-r--r--shared/models/users/registration/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/models/users/registration/index.ts b/shared/models/users/registration/index.ts
new file mode 100644
index 000000000..593740c4f
--- /dev/null
+++ b/shared/models/users/registration/index.ts
@@ -0,0 +1,5 @@
1export * from './user-register.model'
2export * from './user-registration-request.model'
3export * from './user-registration-state.model'
4export * from './user-registration-update-state.model'
5export * from './user-registration.model'