use synthetic default imports

This commit is contained in:
2023-05-12 18:55:05 +02:00
parent 0ac151f42c
commit 2ab4bbf150
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import * as copyToClipboard from 'copy-to-clipboard'
import copyToClipboard from 'copy-to-clipboard'
import { t } from 'svelte-intl-precompile'
import { get } from 'svelte/store'