export const layout = "./base.tsx"; export default function({ children, toc }) { return ( <> { toc.length > 0 && }
{ children }
); }