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

Kamran Ahmed

Lead engineer at Tajawal. Created roadmap.sh. Lover of web and opensource

Follow on Twitter Follow on GitHub

); export default GuideFooter;