forked from FoundKeyGang/FoundKey
fixup: add missing import of copyToClipboard
This is a fixup for commit 74c2b79df1
.
This commit is contained in:
parent
95afbf11ab
commit
f455075efc
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ import XModalWindow from '@/components/ui/modal-window.vue';
|
||||||
import XSigninDialog from '@/components/signin-dialog.vue';
|
import XSigninDialog from '@/components/signin-dialog.vue';
|
||||||
import { i18n } from '@/i18n';
|
import { i18n } from '@/i18n';
|
||||||
import * as os from '@/os';
|
import * as os from '@/os';
|
||||||
|
import copyToClipboard from '@/scripts/copy-to-clipboard';
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
remoteUrl: string;
|
remoteUrl: string;
|
||||||
|
|
Loading…
Reference in a new issue