diff options
Diffstat (limited to 'src/lib/Notification/Notification.svelte')
| -rw-r--r-- | src/lib/Notification/Notification.svelte | 2 |
1 files changed, 1 insertions, 1 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; |