From 9a90fd891d88959cb4c255edadf1cbda0f083cad Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Mon, 26 Aug 2024 13:20:54 +0200 Subject: [PATCH] feat(SW-187): moved footer fragments to CurrentFooter folder --- .../{Footer => CurrentFooter}/AppDownloads.graphql | 0 .../Fragments/{Footer => CurrentFooter}/Logo.graphql | 0 .../{Footer => CurrentFooter}/Navigation.graphql | 0 .../{Footer => CurrentFooter}/SocialMedia.graphql | 0 .../{Footer => CurrentFooter}/TripAdvisor.graphql | 0 lib/graphql/Query/CurrentFooter.graphql | 10 +++++----- 6 files changed, 5 insertions(+), 5 deletions(-) rename lib/graphql/Fragments/{Footer => CurrentFooter}/AppDownloads.graphql (100%) rename lib/graphql/Fragments/{Footer => CurrentFooter}/Logo.graphql (100%) rename lib/graphql/Fragments/{Footer => CurrentFooter}/Navigation.graphql (100%) rename lib/graphql/Fragments/{Footer => CurrentFooter}/SocialMedia.graphql (100%) rename lib/graphql/Fragments/{Footer => CurrentFooter}/TripAdvisor.graphql (100%) diff --git a/lib/graphql/Fragments/Footer/AppDownloads.graphql b/lib/graphql/Fragments/CurrentFooter/AppDownloads.graphql similarity index 100% rename from lib/graphql/Fragments/Footer/AppDownloads.graphql rename to lib/graphql/Fragments/CurrentFooter/AppDownloads.graphql diff --git a/lib/graphql/Fragments/Footer/Logo.graphql b/lib/graphql/Fragments/CurrentFooter/Logo.graphql similarity index 100% rename from lib/graphql/Fragments/Footer/Logo.graphql rename to lib/graphql/Fragments/CurrentFooter/Logo.graphql diff --git a/lib/graphql/Fragments/Footer/Navigation.graphql b/lib/graphql/Fragments/CurrentFooter/Navigation.graphql similarity index 100% rename from lib/graphql/Fragments/Footer/Navigation.graphql rename to lib/graphql/Fragments/CurrentFooter/Navigation.graphql diff --git a/lib/graphql/Fragments/Footer/SocialMedia.graphql b/lib/graphql/Fragments/CurrentFooter/SocialMedia.graphql similarity index 100% rename from lib/graphql/Fragments/Footer/SocialMedia.graphql rename to lib/graphql/Fragments/CurrentFooter/SocialMedia.graphql diff --git a/lib/graphql/Fragments/Footer/TripAdvisor.graphql b/lib/graphql/Fragments/CurrentFooter/TripAdvisor.graphql similarity index 100% rename from lib/graphql/Fragments/Footer/TripAdvisor.graphql rename to lib/graphql/Fragments/CurrentFooter/TripAdvisor.graphql diff --git a/lib/graphql/Query/CurrentFooter.graphql b/lib/graphql/Query/CurrentFooter.graphql index 5ec7f6bc9..325f7c04e 100644 --- a/lib/graphql/Query/CurrentFooter.graphql +++ b/lib/graphql/Query/CurrentFooter.graphql @@ -1,8 +1,8 @@ -#import "../Fragments/Footer/AppDownloads.graphql" -#import "../Fragments/Footer/Logo.graphql" -#import "../Fragments/Footer/Navigation.graphql" -#import "../Fragments/Footer/SocialMedia.graphql" -#import "../Fragments/Footer/TripAdvisor.graphql" +#import "../Fragments/CurrentFooter/AppDownloads.graphql" +#import "../Fragments/CurrentFooter/Logo.graphql" +#import "../Fragments/CurrentFooter/Navigation.graphql" +#import "../Fragments/CurrentFooter/SocialMedia.graphql" +#import "../Fragments/CurrentFooter/TripAdvisor.graphql" #import "../Fragments/Refs/System.graphql" query GetCurrentFooter($locale: String!) {