react-server675fbba4
react-serverfilestestfixturesuse-server-in-client-file-app.jsx
test/fixtures/use-server-in-client-file-app.jsxjsx237 Bdac5005f
import TodoApp from "./use-server-in-client-file";

export default function App() {
  return (
    <html lang="en">
      <head>
        <title>Test</title>
      </head>
      <body>
        <TodoApp />
      </body>
    </html>
  );
}