summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkKeyValue.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/components/MkKeyValue.vue')
-rw-r--r--packages/frontend/src/components/MkKeyValue.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkKeyValue.vue b/packages/frontend/src/components/MkKeyValue.vue
index 20b1ef2be2..50c9e16e5e 100644
--- a/packages/frontend/src/components/MkKeyValue.vue
+++ b/packages/frontend/src/components/MkKeyValue.vue
@@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<script lang="ts" setup>
import { } from 'vue';
-import copyToClipboard from '@/scripts/copy-to-clipboard.js';
+import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
import * as os from '@/os.js';
import { i18n } from '@/i18n.js';