Files
vercel__next.js/test/e2e/react-compiler/reference-library/compiled/index.react-server.js

7 lines
156 B
JavaScript

import { jsx as _jsx } from 'react/jsx-runtime'
export function Container({ children }) {
return /*#__PURE__*/ _jsx('p', {
children: children,
})
}