import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faGithub, faTwitter } from '@fortawesome/free-brands-svg-icons' import { AuthorImg, FooterWrap, AuthorInfoWrap, WrittenBy, AuthorBio } from './style'; const GuideFooter = (props) => ( 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;