react-server675fbba4
react-servertreemaintestfixturesrandom.jsx
test/fixtures/random.jsxjsx68 B9cf2fe3c
export default function Random() {
  return <>{Math.random()}</>;
}