import { Alert } from "@chakra-ui/react" export const AlertBasic = () => { return ( This is the alert title ) }