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

8 lines
161 B
JavaScript
Raw Normal View History

export const ns = []
export const WorkbenchLayout = (props) => (
2023-05-11 19:14:48 +02:00
<section id="fs-workbench" className="m-0 lg:mt-24 p-0">
{props.children}
</section>
)