diff options
Diffstat (limited to 'client/src/app/admin/index.ts')
-rw-r--r-- | client/src/app/admin/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/admin/index.ts b/client/src/app/admin/index.ts index 493caed15..b75ff9b51 100644 --- a/client/src/app/admin/index.ts +++ b/client/src/app/admin/index.ts | |||
@@ -1,6 +1,7 @@ | |||
1 | export * from './friends'; | 1 | export * from './friends'; |
2 | export * from './requests'; | 2 | export * from './requests'; |
3 | export * from './users'; | 3 | export * from './users'; |
4 | export * from './admin-routing.module'; | ||
5 | export * from './admin.module'; | ||
4 | export * from './admin.component'; | 6 | export * from './admin.component'; |
5 | export * from './admin.routes'; | ||
6 | export * from './menu-admin.component'; | 7 | export * from './menu-admin.component'; |