import { Alert, AlertDescription } from '@/components/ui/alert';
const OutlineAlert = () => {
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 OutlineAlert;