"use client" import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs" import { SettingsSectionHeader } from "@/components/gmail/settings/settings-section-header" import { AutomationRulesPanel } from "@/components/gmail/settings/automation/automation-rules-panel" import { WebhooksPanel } from "@/components/gmail/settings/automation/webhooks-panel" import { LLMProvidersPanel } from "@/components/gmail/settings/automation/llm-providers-panel" import { SearchProvidersPanel } from "@/components/gmail/settings/automation/search-providers-panel" import { ApiTokensPanel } from "@/components/gmail/settings/automation/api-tokens-panel" import { MAIL_SETTINGS_TABS_LIST_CLASS } from "@/lib/mail-chrome-classes" export function AutomationSettingsSection() { return ( <> Règles Webhooks Fournisseurs LLM Recherche Tokens API ) }