aboutsummaryrefslogtreecommitdiff
path: root/src/services/index.ts
diff options
context:
space:
mode:
authorAshm Walia <40498934+ashmgarv@users.noreply.github.com>2021-01-12 13:35:33 -0800
committerGitHub <noreply@github.com>2021-01-12 16:35:33 -0500
commitc758389ad2ebe98196d4618ec08dbf2b24d95bfa (patch)
tree1db37ccbe08d65dc689e0e9fd733aaf711681431 /src/services/index.ts
parent251c44edf33dd303ad5255cca95174eb72428543 (diff)
[TMA 472] Added option to be added to Taggs wait list (#168)
* Added screens to add to waitlist and a page to display on success of the same * Incorporated small comment
Diffstat (limited to 'src/services/index.ts')
-rw-r--r--src/services/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/index.ts b/src/services/index.ts
index 7ea5bf5d..56cefddd 100644
--- a/src/services/index.ts
+++ b/src/services/index.ts
@@ -8,3 +8,4 @@ export * from './BlockUserService';
export * from './MomentCategoryService';
export * from './NotificationService';
export * from './FCMService';
+export * from './WaitlistUserService';