Skip to content

Instantly share code, notes, and snippets.

@anthonyshort
Created May 12, 2015 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonyshort/2bb93f8f4e371130ccd2 to your computer and use it in GitHub Desktop.
Save anthonyshort/2bb93f8f4e371130ccd2 to your computer and use it in GitHub Desktop.
import styles from './styles.css'
export default ({props,state}) => {
<div>
<style scoped>{styles}</style>
<h1>Hello World</h1>
</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment