From 587bbca7b33ac5217c32a0b71df0f0f51b518bcb Mon Sep 17 00:00:00 2001 From: kittentm Date: Wed, 13 May 2026 03:19:37 +0200 Subject: [PATCH] lint: fix lint --- app/app.vue | 4 +- app/components/AppLogo.vue | 12 ++--- app/components/{Footer.vue => MainFooter.vue} | 45 ++++++++++--------- app/layouts/default.vue | 4 +- nuxt.config.ts | 10 ++--- 5 files changed, 39 insertions(+), 36 deletions(-) rename app/components/{Footer.vue => MainFooter.vue} (72%) diff --git a/app/app.vue b/app/app.vue index 9f3f1cd..6823ad1 100644 --- a/app/app.vue +++ b/app/app.vue @@ -33,6 +33,6 @@ useSeoMeta({ -