react-server675fbba4
react-serverfilestestfixtureshello-world.jsx
test/fixtures/hello-world.jsxjsx99 B419ef362
export default function App() {
  console.log("Hello, world!");
  return <h1>Hello, world!</h1>;
}