fix: remove unnecessary $inspect

This commit is contained in:
not-nullptr 2025-10-14 18:04:14 +01:00
parent b5a10f077c
commit 549768b5c4
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
<script lang="ts">
import Toast from "$lib/components/visual/Toast.svelte";
import { ToastManager } from "$lib/toast/index.svelte";
$inspect(ToastManager.toasts);
</script>
<div