Created
April 26, 2016 23:27
-
-
Save bretth18/906fdc233a5e0aecfa931651a63da525 to your computer and use it in GitHub Desktop.
medium1
This file contains 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 React from 'react'; | |
import { Meteor } from 'meteor/meteor'; | |
Contact = React.createClass({ | |
render(){ | |
return( | |
<div> | |
</div> | |
); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment