import { Part } from './part.mjs' import { getProps } from './utils.mjs' export const Stack = ({ stackName, stack, settings, showInfo, ui, update }) => ( {[...stack.parts].map((part) => ( ))} )