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 new file mode 100644 index 00000000..0260ce24 --- /dev/null +++ b/src/components/notifications/index.ts @@ -0,0 +1 @@ +export {default as Notification} from './Notification'; |