mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
Fix test
This commit is contained in:
parent
137b2ffdd0
commit
811494e9ed
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
assetInfo = data;
|
||||
|
||||
//Import hack :( see https://github.com/vadimkorr/svelte-carousel/issues/27#issuecomment-851022295
|
||||
const module = await import('copy-image-clipboard')
|
||||
const module = await import('copy-image-clipboard');
|
||||
copyImageToClipboard = module.copyImageToClipboard;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue