1
0
Fork 0
freesewing/sites/sde/components/layouts/workbench.mjs
2023-09-29 08:05:40 +02:00

7 lines
152 B
JavaScript

export const ns = []
export const WorkbenchLayout = (props) => (
<section id="fs-workbench" className="m-0 p-0">
{props.children}
</section>
)