import { Callout } from 'nextra-theme-docs' export const Info = ({ children }) => { return {children} }