diff --git a/components/Footer.js b/components/Footer.js index 7b477f8f..2fd97a54 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -1,6 +1,5 @@ import BLOG from '@/blog.config' import React from 'react' -import SocialButton from '@/components/SocialButton' const Footer = ({ fullWidth = true }) => { const d = new Date() @@ -10,14 +9,8 @@ const Footer = ({ fullWidth = true }) => {