'use client'; import { Header } from '@/components/ui/Header'; import { TableOfContents } from './TableOfContents'; import { ButtonsSection, BadgesSection, CardsSection, FormsSection, NavigationSection, FeedbackSection, DataDisplaySection } from './sections'; export function UIShowcaseClient() { return (
{/* Header avec navigation et dropdown de thèmes */}
{/* Menu de navigation */}
{/* Contenu principal */}
); }