mirror of https://github.com/VERT-sh/VERT.git
fix: remove unnecessary $inspect
This commit is contained in:
parent
b5a10f077c
commit
549768b5c4
|
|
@ -1,8 +1,6 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import Toast from "$lib/components/visual/Toast.svelte";
|
import Toast from "$lib/components/visual/Toast.svelte";
|
||||||
import { ToastManager } from "$lib/toast/index.svelte";
|
import { ToastManager } from "$lib/toast/index.svelte";
|
||||||
|
|
||||||
$inspect(ToastManager.toasts);
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue