use SvelteSet instead of Set for favoritedStreams

This commit is contained in:
2025-07-06 22:31:55 +02:00
parent dc84db8c79
commit 347438928a
8 changed files with 19 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { page } from '$app/stores';
import { tagList } from '$lib/stores.js';
import { tagList } from '$lib/stores.svelte.js';
let { original = $bindable() } = $props();