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