We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8628dd commit 6dbbeafCopy full SHA for 6dbbeaf
components/layout/Footer.js
@@ -1,7 +1,6 @@
1
import Link from 'next/link';
2
import footerStyles from '@/styles/Footer.module.scss';
3
-import { linksNav } from '@/utils/links';
4
-import { linksSocial } from '@/utils/links';
+import { linksNav, linksSocial } from '@/utils/links';
5
import NewsletterSubscribe from '@/components/mailchimp/NewsletterSubscribe';
6
import Image from 'next/image';
7
import Container from '@/components/containers/Container';
0 commit comments