7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
export const ns = []
|
|
|
|
export const WorkbenchLayout = (props) => (
|
|
<section id="fs-workbench" className="my-2 lg:mt-32 lg:px-8">
|
|
{props.children}
|
|
</section>
|
|
)
|