1
0
Fork 0
freesewing/sites/sde/components/layouts/workbench.mjs

8 lines
152 B
JavaScript
Raw Normal View History

2023-09-29 08:05:40 +02:00
export const ns = []
export const WorkbenchLayout = (props) => (
<section id="fs-workbench" className="m-0 p-0">
{props.children}
</section>
)