Fix pakubiiti import bug

This commit is contained in:
Mihkel Martin Kasterpalu 2025-02-11 21:06:20 +02:00
parent 1979206a9d
commit 0526d0029b

View file

@ -15,7 +15,7 @@
import * as Card from '$lib/components/ui/card/index.js';
import { truncate } from '$lib/utils';
import { getAlbumClientState } from '$lib/client/AlbumClientState.svelte';
import { getAlbumClientState } from '$lib/client/pakubiiti/AlbumClientState.svelte';
let { items, image = false, type = 'default' } = $props();