summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/settings/plugin.vue
diff options
context:
space:
mode:
authorChocolate Pie <106949016+chocolate-pie@users.noreply.github.com>2024-07-17 21:52:05 +0900
committerGitHub <noreply@github.com>2024-07-17 21:52:05 +0900
commit68bcd91d57c9a11ae4191dfefa156c4454c8a073 (patch)
tree39ebb9e32b69230f464776f19499a4bc3f64f048 /packages/frontend/src/pages/settings/plugin.vue
parentfix changelog (wrong category) (diff)
downloadsharkey-68bcd91d57c9a11ae4191dfefa156c4454c8a073.tar.gz
sharkey-68bcd91d57c9a11ae4191dfefa156c4454c8a073.tar.bz2
sharkey-68bcd91d57c9a11ae4191dfefa156c4454c8a073.zip
chore: Use clipboard API directly (#14227)
* chore: Use clipboard API directly * fix: Fix lint
Diffstat (limited to 'packages/frontend/src/pages/settings/plugin.vue')
-rw-r--r--packages/frontend/src/pages/settings/plugin.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/settings/plugin.vue b/packages/frontend/src/pages/settings/plugin.vue
index 9804454e66..3c3dcfe41e 100644
--- a/packages/frontend/src/pages/settings/plugin.vue
+++ b/packages/frontend/src/pages/settings/plugin.vue
@@ -82,7 +82,7 @@ import MkCode from '@/components/MkCode.vue';
import MkFolder from '@/components/MkFolder.vue';
import MkKeyValue from '@/components/MkKeyValue.vue';
import * as os from '@/os.js';
-import copyToClipboard from '@/scripts/copy-to-clipboard.js';
+import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
import { ColdDeviceStorage } from '@/store.js';
import { unisonReload } from '@/scripts/unison-reload.js';
import { i18n } from '@/i18n.js';