App.js 86 B

123456
  1. import Counter from './Counter';
  2. const App = () => <Counter/>
  3. export default App;