Skip to content

Instantly share code, notes, and snippets.

@wearethefoos
Created April 28, 2016 13:30
Show Gist options
  • Save wearethefoos/bf7fd022c0d6d149488806e19219abe2 to your computer and use it in GitHub Desktop.
Save wearethefoos/bf7fd022c0d6d149488806e19219abe2 to your computer and use it in GitHub Desktop.
import React from 'react';
class Categories extends React.Component {
render() {
return (
<h1>Categories!</h1>
);
}
}
export default Categories;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment