Skip to content

Instantly share code, notes, and snippets.

@gc-codesnippets
Created August 25, 2017 15:25
Show Gist options
  • Select an option

  • Save gc-codesnippets/23f9bbfc27d61cbb98d47e04ae9123a2 to your computer and use it in GitHub Desktop.

Select an option

Save gc-codesnippets/23f9bbfc27d61cbb98d47e04ae9123a2 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react'
import ListPage from './ListPage'
class App extends Component {
render() {
return (
<ListPage />
)
}
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment