import { AppLayout } from '@/components/layout/AppLayout'; import { OrganizationProfileCard } from '@/features/settings/components/OrganizationProfileCard'; import { PayoutBankingCard } from '@/features/settings/components/PayoutBankingCard'; import { TeamSecurityCard } from '@/features/settings/components/TeamSecurityCard'; import { DeveloperSection } from '@/features/settings/components/DeveloperSection'; import { PaymentGatewayCard } from '@/features/settings/components/PaymentGatewayCard'; export default function Settings() { return (
{/* Top Grid: Identity & Banking */}
{/* Middle Grid: Gateways & Security */}
{/* Collapsible Developer Section */}
); }