import { Tabs } from 'nextra/components'; export const MyTab = ({ name, children }) => ( {name} {children} );