import React from 'react'; import './forkme.scss'; export const ForkMe = (props) => { return ( Fork me on GitHub ); };