Skip to content

Instantly share code, notes, and snippets.

@zackify
Last active August 29, 2015 14:21
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 zackify/c25df2285dc46f799c1b to your computer and use it in GitHub Desktop.
Save zackify/c25df2285dc46f799c1b to your computer and use it in GitHub Desktop.
test.jsx
import React from 'react'
export default class Woah extends React.Component{
render(){
return <div className="test">hi</div>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment