diff --git a/src/views/creators/CreatorLayout.vue b/src/views/creators/CreatorLayout.vue index b1ba1e9..7055d74 100644 --- a/src/views/creators/CreatorLayout.vue +++ b/src/views/creators/CreatorLayout.vue @@ -24,6 +24,5 @@ import CreatorBanner from "@/views/creators/CreatorBanner.vue"; import Footer from "@/views/main/Footer.vue"; import {useBrandingStore} from "@/stores/brandingStore.js"; - const brandingStore = useBrandingStore() diff --git a/src/views/main/Footer.vue b/src/views/main/Footer.vue index df80b12..0cdb605 100644 --- a/src/views/main/Footer.vue +++ b/src/views/main/Footer.vue @@ -2,59 +2,56 @@ import XIcon from '@/assets/icons/x.svg' import FacebookIcon from '@/assets/icons/facebook.svg' import InstagramIcon from '@/assets/icons/instagram.svg' +import {useBrandingStore} from "@/stores/brandingStore.js"; +const brandingStore = useBrandingStore()