1 2 3 4 5 6 7 8
export default function App() { return ( <main> <h1>react-frontend</h1> <p>Running under stack's ambient PATH activation — no [run] needed.</p> </main> ); }