import { useState } from 'react'; export const SecurityWarnings = () => { const [isExpanded, setIsExpanded] = useState(false); return (