import Layout from '../../components/Layout' import { SidebarProps } from '../../components/Sidebar/Sidebar' const SidebarElements: SidebarProps = { header: 'Brand' } export default function Brand() { return ( ?? ) }