aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/index.ts
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-03-19 20:00:29 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-03-19 20:00:29 -0700
commit1c8e83a644e53059f8a55873c06a5ed19b92ec81 (patch)
tree0541f18eb46c36fdb2c38367397ea3efcb6ea57a /src/components/notifications/index.ts
parent33dab79fffc4ec5f4d3bd826215e3acdd9ff1830 (diff)
done
Diffstat (limited to 'src/components/notifications/index.ts')
-rw-r--r--src/components/notifications/index.ts1
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';