import Text from '../text'
import Circle from '../circle'
const XrayPoint = props => (
props.updateGist(
['xray', parts, 'props.partName', 'points', props.name],
props.point
)}
/>
)
const Point = props => {
const { point, name } = props
const output = []
if (props.gist.xray) output.push()
if (point.attributes && point.attributes.get('data-text'))
output.push()
if (point.attributes && point.attributes.get('data-circle'))
output.push()
return output.length < 1 ? null : output
}
export default Point