mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
import { jsx as _jsx } from 'react/jsx-runtime'
|
|
export function Container({ children }) {
|
|
return /*#__PURE__*/ _jsx('p', {
|
|
children: children,
|
|
})
|
|
}
|