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