import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faFacebookSquare, faGithub, faHackerNewsSquare, faRedditSquare, faTwitter, faTwitterSquare } from '@fortawesome/free-brands-svg-icons' import { AuthorBio, AuthorImg, AuthorInfoWrap, AuthorMeta, ContributeIcon, FooterBg, FooterContainer, FooterWrap, ShareIcons, ShareWrap } from './style'; const GuideFooter = (props) => ( Improve this Guide Contribute Follow the author Author Help spread the word Share

Kamran Ahmed

Lead engineer at Tajawal. Lover of all things web and opensource. Created roadmap.sh to help the confused ones.
); export default GuideFooter;