From d7335a8cbe1851c2f8a23515c4b93d19d7dc15b7 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Fri, 29 Aug 2025 14:33:42 -0700 Subject: [PATCH] chore: updates d files --- assets/components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/components.d.ts b/assets/components.d.ts index f3952a99..c0f20b8e 100644 --- a/assets/components.d.ts +++ b/assets/components.d.ts @@ -68,6 +68,7 @@ declare module 'vue' { 'MaterialSymbols:eyeTracking': typeof import('~icons/material-symbols/eye-tracking')['default'] 'MaterialSymbols:link': typeof import('~icons/material-symbols/link')['default'] 'MaterialSymbols:logout': typeof import('~icons/material-symbols/logout')['default'] + 'MaterialSymbols:person': typeof import('~icons/material-symbols/person')['default'] 'MaterialSymbols:terminal': typeof import('~icons/material-symbols/terminal')['default'] 'MaterialSymbolsLight:collapseAll': typeof import('~icons/material-symbols-light/collapse-all')['default'] 'Mdi:account': typeof import('~icons/mdi/account')['default']