1import React from 'react'; 2 3export default function App() { 4 return ( 5 <div> 6 <h1>Hello, world!</h1> 7 </div> 8 ); 9}