aboutsummaryrefslogtreecommitdiff
path: root/src/services/index.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-01-27 19:32:21 -0500
committerGitHub <noreply@github.com>2021-01-27 19:32:21 -0500
commit19d2a861f260c02031d951f3d43bff8ac672146d (patch)
tree253abceb267dfb75ac9118995886ff152c1ba74b /src/services/index.ts
parent60d3d97ad6913369762877a9dbfdaac0473deb28 (diff)
parentdc9556867dd44b706c43678d40802a335ff40658 (diff)
Merge pull request #203 from IvanIFChen/tma577-profile-slowness
[TMA-577] Profile Slowness
Diffstat (limited to 'src/services/index.ts')
-rw-r--r--src/services/index.ts7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/services/index.ts b/src/services/index.ts
index f558247f..9c168d4f 100644
--- a/src/services/index.ts
+++ b/src/services/index.ts
@@ -1,12 +1,13 @@
export * from './UserProfileService';
export * from './SocialLinkingService';
-export * from './MomentServices';
-export * from './ExploreServices';
-export * from './UserFriendsServices';
+export * from './MomentService';
+export * from './ExploreService';
+export * from './UserFriendsService';
export * from './ReportingService';
export * from './BlockUserService';
export * from './MomentCategoryService';
export * from './NotificationService';
export * from './FCMService';
export * from './WaitlistUserService';
+export * from './CommonService';
export * from './CommentService';