Skip to content

Commit c072e4c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PdfEditor/SignatureBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import { t } from '@nextcloud/l10n'
1616
import { usernameToColor } from '@nextcloud/vue/functions/usernameToColor'
1717
import { computed } from 'vue'
18-
import type { PdfEditorSigner } from './types'
18+
import type { PdfEditorSigner } from './pdfEditorModel'
1919
2020
defineOptions({
2121
name: 'SignatureBox',

0 commit comments

Comments
 (0)