-
-
-
-
- {#if notification.type == NotificationType.Error}{$t('error')}
- {:else if notification.type == NotificationType.Warning}{$t('warning')}
- {:else if notification.type == NotificationType.Info}{$t('info')}{/if}
-
-
-
-
-
-
- {#if isComponentNotification(notification)}
-
- {:else}
- {notification.message}
- {/if}
-
-
- {#if notification.button}
-
-
-
- {/if}
-
diff --git a/web/src/lib/components/shared-components/notification/notification-list.svelte b/web/src/lib/components/shared-components/notification/notification-list.svelte
deleted file mode 100644
index fa86d727db..0000000000
--- a/web/src/lib/components/shared-components/notification/notification-list.svelte
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-