diff options
Diffstat (limited to 'client/src/app/my-account/index.ts')
-rw-r--r-- | client/src/app/my-account/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/my-account/index.ts b/client/src/app/my-account/index.ts new file mode 100644 index 000000000..3df96dd7a --- /dev/null +++ b/client/src/app/my-account/index.ts | |||
@@ -0,0 +1,3 @@ | |||
1 | export * from './my-account-routing.module' | ||
2 | export * from './my-account.component' | ||
3 | export * from './my-account.module' | ||