import React from 'react'; import { __ } from '@/lib/i18n'; export default function SettingsPayments() { return (

{__('Payment Settings')}

{__('Configure payment gateways and options.')}

{__('Payment settings interface coming soon. This will include payment gateway configuration.')}

); }