import { Alert } from "antd"; export default function AlertComponent({ title, message, ...props }) { return ; }