react-server675fbba4
react-serverfilestestfixtureshtml-use-action-state.jsx
test/fixtures/html-use-action-state.jsxjsx205 Badf79131
import UseActionState from "./use-action-state";

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