import { AlertTriangle } from 'lucide-react' export function SafetyTip({ children }: { children: React.ReactNode }) { return (

{children}

) }