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