8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
![]() |
export const ns = []
|
||
|
|
||
|
export const WorkbenchLayout = (props) => (
|
||
|
<section id="fs-workbench" className="m-0 p-0">
|
||
|
{props.children}
|
||
|
</section>
|
||
|
)
|