From df12084e3801262573d9fe28620b3cc3cf1db04f Mon Sep 17 00:00:00 2001 From: Mackie Date: Mon, 25 May 2026 01:35:34 +0800 Subject: [PATCH] hero --- src/Footer/Component.tsx | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/src/Footer/Component.tsx b/src/Footer/Component.tsx index 737a295..18c56d7 100644 --- a/src/Footer/Component.tsx +++ b/src/Footer/Component.tsx @@ -2,7 +2,6 @@ import { getCachedGlobal } from '@/utilities/getGlobals' import Link from 'next/link' import React from 'react' -import { ThemeSelector } from '@/providers/Theme/ThemeSelector' import { CMSLink } from '@/components/Link' import { Logo } from '@/components/Logo/Logo' @@ -12,21 +11,20 @@ export async function Footer() { const navItems = footerData?.navItems || [] return ( - \ No newline at end of file