Fix pakubiiti import bug
This commit is contained in:
parent
1979206a9d
commit
0526d0029b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue