import { SuccessAlertIcon } from "../icons/AlertIcons.tsx"; export const SuccessAlert = ({ title, description }: { title: string, description: string }) =>
{ description }