'use client'; import { Languages } from 'lucide-react'; import { LanguageSelect } from 'fumadocs-ui/layouts/shared/slots/language-select'; import { ThemeSwitch } from 'fumadocs-ui/layouts/shared/slots/theme-switch'; const iconButton = 'inline-flex size-8 items-center justify-center rounded-md text-fd-muted-foreground transition-colors hover:bg-fd-accent hover:text-fd-accent-foreground'; function GithubIcon() { return ( ); } function DiscordIcon() { return ( ); } function QQIcon() { return ( ); } function WeChatIcon() { return ( ); } export function DocsSidebarLanguageButton() { return (