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