UNPKG

@wulperstudio/cms

Version:
11 lines 305 B
import React from 'react'; import { Clines } from './styled'; import { jsx as _jsx } from "react/jsx-runtime"; var ClinesCmp = function ClinesCmp(props) { return /*#__PURE__*/_jsx(Clines, { clines: props.clines, order: props.order, children: props.children }); }; export default ClinesCmp;