import { motion } from 'framer-motion' import { X } from 'lucide-react' export function SettingsModal({ title, onClose, children }: { title: string; onClose: () => void; children: React.ReactNode }) { return (