Application · JSX

frontends/react/src/App.jsx

export default function App() {
  return <h1>Hello World</h1>
}