import { ExclamationTriangleIcon } from "@heroicons/react/24/outline"; type Props = { children: React.ReactNode; }; export default function Alert({ children }: Props) { return (