react-server675fbba4
react-serverfilestestfixtureshtml-counter.jsx
test/fixtures/html-counter.jsxjsx174 B9cd21b8d
import Counter from "./counter";

export default function CounterLayout() {
  return (
    <html lang="en">
      <body>
        <Counter />
      </body>
    </html>
  );
}