From 8943512328f287bb333ac61a828b0c5888e94e7a Mon Sep 17 00:00:00 2001 From: webfussel Date: Thu, 29 May 2025 12:44:34 +0200 Subject: [PATCH] FIX: Directories Better directory structure --- app/components/Burger.vue | 2 +- app/components/{ => Section}/Booking.vue | 2 -- app/components/{ => Section}/Contact.vue | 2 +- app/components/{ => Section}/Customers.vue | 2 +- app/components/{ => Section}/Flatrate.vue | 2 -- app/components/{ => Section}/Footer.vue | 2 +- app/components/{ => Section}/Header.vue | 2 +- app/components/{ => Section}/Intro.vue | 0 app/components/{ => Section}/Skills.vue | 2 +- app/components/{ => Section}/SkillsEasy.vue | 3 +-- app/layouts/default.vue | 4 ++-- app/pages/booking.vue | 2 +- app/pages/contact.vue | 2 +- app/pages/flatrate.vue | 2 +- app/pages/index.vue | 6 +++--- app/pages/references.vue | 2 +- 16 files changed, 16 insertions(+), 21 deletions(-) rename app/components/{ => Section}/Booking.vue (99%) rename app/components/{ => Section}/Contact.vue (98%) rename app/components/{ => Section}/Customers.vue (98%) rename app/components/{ => Section}/Flatrate.vue (99%) rename app/components/{ => Section}/Footer.vue (97%) rename app/components/{ => Section}/Header.vue (97%) rename app/components/{ => Section}/Intro.vue (100%) rename app/components/{ => Section}/Skills.vue (98%) rename app/components/{ => Section}/SkillsEasy.vue (99%) diff --git a/app/components/Burger.vue b/app/components/Burger.vue index 69d5429..a298c52 100644 --- a/app/components/Burger.vue +++ b/app/components/Burger.vue @@ -14,7 +14,7 @@