Skip to content

Commit c174546

Browse files
committed
refactor: import signer menu model locally
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent bf7587b commit c174546

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/PdfEditor/SignerMenu.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ import NcAvatar from '@nextcloud/vue/components/NcAvatar'
4444
import NcIconSvgWrapper from '@nextcloud/vue/components/NcIconSvgWrapper'
4545
4646
import { mdiChevronDown } from '@mdi/js'
47-
import type { PdfEditorSigner } from './types'
48-
import { getPdfEditorSignerId, getPdfEditorSignerLabel } from './pdfEditorModel'
47+
import { getPdfEditorSignerId, getPdfEditorSignerLabel, type PdfEditorSigner } from './pdfEditorModel'
4948
5049
defineOptions({
5150
name: 'SignerMenu',

0 commit comments

Comments
 (0)