Last active
October 27, 2018 08:32
-
-
Save craigdanj/5e53d027373976109dd936715817a6a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import style from './style/css'; | |
function postTitle() { | |
return <h1 className={style.postTitle}></h1>; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment