import './App.css'; function App() { return (

Hello world!

); } export default App;