diff --git a/packages/react-components/src/pattern-xray/path.mjs b/packages/react-components/src/pattern-xray/path.mjs index d276bc9c361..96fdb15f4a3 100644 --- a/packages/react-components/src/pattern-xray/path.mjs +++ b/packages/react-components/src/pattern-xray/path.mjs @@ -1,6 +1,6 @@ // Components import { Path } from '../pattern/path.mjs' -import { getProps, getId } from '../pattern/utils.mjs' +import { getProps } from '../pattern/utils.mjs' const coords = (point) => `${point.x},${point.y}` diff --git a/sites/shared/components/mdx/legend.mjs b/sites/shared/components/mdx/legend.mjs index dc49fddf90e..6b813983088 100644 --- a/sites/shared/components/mdx/legend.mjs +++ b/sites/shared/components/mdx/legend.mjs @@ -1,5 +1,5 @@ import { Legend as LegendDesign } from '@freesewing/legend' -import { Example } from './tabbed-example.mjs' +import { TabbedExample as Example } from './tabbed-example.mjs' export const Legend = ({ caption = false, part = '', children = null }) => { const settings = {