diff --git a/src/pages/account/account.ts b/src/pages/account/account.ts index ed9acb9..4edfcd2 100755 --- a/src/pages/account/account.ts +++ b/src/pages/account/account.ts @@ -27,6 +27,7 @@ declare global { initializeEventListeners: () => void; showProcess: () => void; showProcessCreation: () => void; + showDocumentValidation: () => void; updateNavbarName: (name: string) => void; updateNavbarLastName: (lastName: string) => void; showAlert: (title: string, text?: string, icon?: string) => void; @@ -49,6 +50,7 @@ import { getCorrectDOM } from '../../utils/document.utils'; import accountStyle from '../../../public/style/account.css?inline'; import Services from '../../services/service'; import { getProcessCreation } from './process-creation'; +import { getDocumentValidation } from './document-validation'; let isAddingRow = false; let currentRow: HTMLTableRowElement | null = null; @@ -176,6 +178,7 @@ class AccountElement extends HTMLElement {