diff options
Diffstat (limited to 'src/webapp/src/components/ui/notifications/index.ts')
| -rw-r--r-- | src/webapp/src/components/ui/notifications/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webapp/src/components/ui/notifications/index.ts b/src/webapp/src/components/ui/notifications/index.ts new file mode 100644 index 0000000..43362ad --- /dev/null +++ b/src/webapp/src/components/ui/notifications/index.ts @@ -0,0 +1 @@ +export {default as InlineNotification} from "./inline-notification.svelte"; |
