Skip to content

Instantly share code, notes, and snippets.

@craigdanj
Last active October 27, 2018 08:32
Show Gist options
  • Save craigdanj/5e53d027373976109dd936715817a6a1 to your computer and use it in GitHub Desktop.
Save craigdanj/5e53d027373976109dd936715817a6a1 to your computer and use it in GitHub Desktop.
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