From ba4465da59a48fb398b6b79bb1e5b957795a1b3f 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 --- lib/graphql/Fragments/{Footer => CurrentFooter}/MainLinks.graphql | 0 .../Fragments/{Footer => CurrentFooter}/Refs/MainLinks.graphql | 0 .../{Footer => CurrentFooter}/Refs/SecondaryLinks.graphql | 0 .../Fragments/{Footer => CurrentFooter}/SecondaryLinks.graphql | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename lib/graphql/Fragments/{Footer => CurrentFooter}/MainLinks.graphql (100%) rename lib/graphql/Fragments/{Footer => CurrentFooter}/Refs/MainLinks.graphql (100%) rename lib/graphql/Fragments/{Footer => CurrentFooter}/Refs/SecondaryLinks.graphql (100%) rename lib/graphql/Fragments/{Footer => CurrentFooter}/SecondaryLinks.graphql (100%) diff --git a/lib/graphql/Fragments/Footer/MainLinks.graphql b/lib/graphql/Fragments/CurrentFooter/MainLinks.graphql similarity index 100% rename from lib/graphql/Fragments/Footer/MainLinks.graphql rename to lib/graphql/Fragments/CurrentFooter/MainLinks.graphql diff --git a/lib/graphql/Fragments/Footer/Refs/MainLinks.graphql b/lib/graphql/Fragments/CurrentFooter/Refs/MainLinks.graphql similarity index 100% rename from lib/graphql/Fragments/Footer/Refs/MainLinks.graphql rename to lib/graphql/Fragments/CurrentFooter/Refs/MainLinks.graphql diff --git a/lib/graphql/Fragments/Footer/Refs/SecondaryLinks.graphql b/lib/graphql/Fragments/CurrentFooter/Refs/SecondaryLinks.graphql similarity index 100% rename from lib/graphql/Fragments/Footer/Refs/SecondaryLinks.graphql rename to lib/graphql/Fragments/CurrentFooter/Refs/SecondaryLinks.graphql diff --git a/lib/graphql/Fragments/Footer/SecondaryLinks.graphql b/lib/graphql/Fragments/CurrentFooter/SecondaryLinks.graphql similarity index 100% rename from lib/graphql/Fragments/Footer/SecondaryLinks.graphql rename to lib/graphql/Fragments/CurrentFooter/SecondaryLinks.graphql