import { Button } from '@/components/ui/button' import { Eye } from 'lucide-react' import { useTranslation } from 'react-i18next' export default function NsfwNote({ show }: { show: () => void }) { const { t } = useTranslation() return (