From cc028cad9c852989092496f9a06c70090a3c4c56 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 28 Jul 2025 14:53:34 +0800 Subject: [PATCH] plop --- next-ui/src/components.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/next-ui/src/components.d.ts b/next-ui/src/components.d.ts index 0d4e1c6c..bb6b997f 100644 --- a/next-ui/src/components.d.ts +++ b/next-ui/src/components.d.ts @@ -43,7 +43,6 @@ declare module 'vue' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] ServerSettings: typeof import('./components/server/Settings.vue')['default'] - UserAuthenticationActivityTable: typeof import('./components/user/AuthenticationActivityTable.vue')['default'] UserDeletionWarning: typeof import('./components/user/DeletionWarning.vue')['default'] UserDetails: typeof import('./components/user/Details.vue')['default'] UserFormChangePassword: typeof import('./components/user/form/ChangePassword.vue')['default']