Skip to content

Instantly share code, notes, and snippets.

@samuelayo
Created March 28, 2019 16:12
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 samuelayo/0f8bece6f67f9278aa1a40105dbf36a6 to your computer and use it in GitHub Desktop.
Save samuelayo/0f8bece6f67f9278aa1a40105dbf36a6 to your computer and use it in GitHub Desktop.
// ./index.jsx
import React from 'react'
import ProductList from './components/ProductList'
export default class extends React.Component {
render() {
return <ProductList />
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment