1
0
Fork 0
freesewing/packages/react-components/src/pattern/group.mjs

4 lines
94 B
JavaScript
Raw Normal View History

import React from 'react'
export const Group = (props) => <g {...props}>{props.children}</g>