const App = () => (
  <div>
    {/* why */}
    <Foo />
  </div> // why
);

/* why */
export default App;
