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