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