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