From ed2f8b1107de4c902df5328d68d78c16666af989 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Fri, 5 Dec 2025 11:57:53 -0600 Subject: [PATCH] =?UTF-8?q?Importar=20ContactsList=20expl=C3=ADcitamente?= =?UTF-8?q?=20en=20app.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt4/app/app.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index 2a1c680..30d2634 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -34,7 +34,7 @@ - + import type { TabsItem } from '@nuxt/ui' +import ContactsList from '~/components/contacts/ContactsList.vue' const { isAuthenticated } = useAuthentik() const { isNight } = useTheme()