aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Notification
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Notification')
-rw-r--r--src/lib/Notification/Notification.svelte2
-rw-r--r--src/lib/Notification/NotificationsProvider.svelte2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Notification/Notification.svelte b/src/lib/Notification/Notification.svelte
index 3c466b90..18eadeeb 100644
--- a/src/lib/Notification/Notification.svelte
+++ b/src/lib/Notification/Notification.svelte
@@ -1,6 +1,6 @@
<script lang="ts">
-import settings from "$stores/settings";
import { onMount } from "svelte";
+import settings from "$stores/settings";
import type { Notification } from "./store";
export let notification: Notification;
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;