diff --git a/packages/bbui/src/Stores/Notifications.svench.svx b/packages/bbui/src/Stores/Notifications.svench.svx deleted file mode 100644 index c776ee2422..0000000000 --- a/packages/bbui/src/Stores/Notifications.svench.svx +++ /dev/null @@ -1,78 +0,0 @@ - - -## Notification Store - -This custom can be used to display toast messages. It has 5 different methods: `send`, `danger`, `warning`, `success`, `info`. - - - - - - - - - - - - - - - -
- {#each $notifications as notification (notification.id)} -
-
{notification.message}
- {#if notification.icon}{/if} -
- {/each} -
- - - \ No newline at end of file