diff options
Diffstat (limited to 'src/components/notifications/index.ts')
-rw-r--r-- | src/components/notifications/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/notifications/index.ts b/src/components/notifications/index.ts index 0260ce24..733b56f1 100644 --- a/src/components/notifications/index.ts +++ b/src/components/notifications/index.ts @@ -1 +1,2 @@ export {default as Notification} from './Notification'; +export {InviteFriendsPrompt} from './NotificationPrompts'; |