import { Alert, AlertDescription } from '@/components/ui/alert';
import { Icon } from '@/components/ui/icon';
const DissmissableAlert = () => {
return (
This is an alert—check it out!
This is an alert—check it out!
This is an alert—check it out!
This is an alert—check it out!
This is an alert—check it out!
This is an alert—check it out!
This is an alert—check it out!
);
};
export default DissmissableAlert;