diff options
Diffstat (limited to 'src/lib/Notification/NotificationsProvider.svelte')
| -rw-r--r-- | src/lib/Notification/NotificationsProvider.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Notification/NotificationsProvider.svelte b/src/lib/Notification/NotificationsProvider.svelte index c346aceb..b734a7c6 100644 --- a/src/lib/Notification/NotificationsProvider.svelte +++ b/src/lib/Notification/NotificationsProvider.svelte @@ -1,6 +1,6 @@ <script lang="ts"> -import { notifications } from "./store"; import EventNotification from "./Notification.svelte"; +import { notifications } from "./store"; export let zIndex = 5000; |