import { Alert, Spinner } from "@chakra-ui/react" export const AlertWithSpinner = () => { return ( We are loading something ) }