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

Hello world

); } export default App;