Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created April 14, 2020 14:58
Show Gist options
  • Save jsmanifest/ca260483a63698de659ffdf0f2e63e72 to your computer and use it in GitHub Desktop.
Save jsmanifest/ca260483a63698de659ffdf0f2e63e72 to your computer and use it in GitHub Desktop.
import React from 'react'
import List from './List'
function App() {
return <List />
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment