import React from 'react' export default function App() { return ( <div> <h1>Hello Playground</h1> <h2> Start editing to see some magic happen! </h2> </div> ) }