import styles from '@system/layouts/DashboardWithSidebarLayout.module.scss'; import * as React from 'react'; export default function DashboardWithSidebarLayout(props) { return (
{props.sidebar}
{props.children}
); }