import { Box, BoxProps } from "@chakra-ui/react" export function Blob(props: BoxProps) { return ( ) }