Update WatchParty.svelte

This commit is contained in:
WardPearce
2026-03-04 00:59:43 +13:00
parent 586d9fe601
commit 9109ea0787
@@ -1,5 +1,5 @@
<script lang="ts">
import { goto, pushState } from '$app/navigation';
import { pushState } from '$app/navigation';
import { page } from '$app/state';
import { _ } from '$lib/i18n';
import { playerState } from '$lib/store';