diff --git a/src/components/ui/common/Footer.tsx b/src/components/ui/common/Footer.tsx index d44b8df..d1e8f0f 100644 --- a/src/components/ui/common/Footer.tsx +++ b/src/components/ui/common/Footer.tsx @@ -1,21 +1,10 @@ 'use client' -import Link from 'next/link' -import Config from '@/config/config.export' - export default function Footer() { return ( <> )