react-server675fbba4
react-servertreemaintestfixturesserver-function-arg-types.jsx
test/fixtures/server-function-arg-types.jsxjsx248 Bf81f9657
import ServerFunctionArgTypesClient from "./server-function-arg-types-client.jsx";

export default function ServerFunctionArgTypes() {
  return (
    <>
      <h1>server-function arg types</h1>
      <ServerFunctionArgTypesClient />
    </>
  );
}