Skip to content

Instantly share code, notes, and snippets.

@rafaellucio
Last active December 5, 2017 00:49
Show Gist options
  • Save rafaellucio/bf536be83488e8bd7b457b80ab43296d to your computer and use it in GitHub Desktop.
Save rafaellucio/bf536be83488e8bd7b457b80ab43296d to your computer and use it in GitHub Desktop.
import React from 'react'
import Counter from './Counter'
const App = () => <Counter />
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment