Skip to content

Instantly share code, notes, and snippets.

@bretth18
Created April 26, 2016 23:27
Show Gist options
  • Save bretth18/906fdc233a5e0aecfa931651a63da525 to your computer and use it in GitHub Desktop.
Save bretth18/906fdc233a5e0aecfa931651a63da525 to your computer and use it in GitHub Desktop.
medium1
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