1
0
Fork 0

cutting layout view

This commit is contained in:
Enoch Riese 2023-06-06 11:17:14 -05:00
parent 62638902e8
commit 15c4201906
31 changed files with 585 additions and 741 deletions

View file

@ -13,7 +13,7 @@ export const PartInner = forwardRef(
path={part.paths[pathName]}
topLeft={part.topLeft}
bottomRight={part.bottomRight}
units={settings.units}
units={settings[0].units}
{...{ stackName, partName, pathName, part, settings, components, t }}
/>
))}