import { } from 'react' import './App.css' function App() { return (
Hello
) } export default App