import { Ul, Li, NoSumDiv, Deg } from 'shared/components/workbench/menu' import { round } from 'shared/utils' import Attributes from './attributes' const XrayPoint = ({ pointName, partName, draft, t }) => { const point = draft?.parts?.[partName]?.points?.[pointName] return point ? ( ) : null } export default XrayPoint