diff --git a/frontend/src/components/common/Footer.tsx b/frontend/src/components/common/Footer.tsx index 04e0e2b..047953c 100644 --- a/frontend/src/components/common/Footer.tsx +++ b/frontend/src/components/common/Footer.tsx @@ -1,4 +1,5 @@ import Link from 'next/link' +import { explorerPublicApiLinks } from '@/data/explorerOperations' const footerLinkClass = 'text-gray-600 dark:text-gray-400 hover:text-primary-600 dark:hover:text-primary-400 transition-colors' @@ -9,7 +10,7 @@ export default function Footer() { return (