diff --git a/src/components/ui-showcase/sections/IconsSection.tsx b/src/components/ui-showcase/sections/IconsSection.tsx index f866423..82ba761 100644 --- a/src/components/ui-showcase/sections/IconsSection.tsx +++ b/src/components/ui-showcase/sections/IconsSection.tsx @@ -107,7 +107,7 @@ export function IconsSection() {

- Collection d'icônes disponibles + Collection d'icônes disponibles

{sampleIcons.map((icon) => ( @@ -167,7 +167,7 @@ export function IconsSection() {

- Collection d'emojis disponibles + Collection d'emojis disponibles

{sampleEmojis.map((emoji) => ( diff --git a/src/components/ui-showcase/sections/ToastSection.tsx b/src/components/ui-showcase/sections/ToastSection.tsx index 8f95c67..73d7ba4 100644 --- a/src/components/ui-showcase/sections/ToastSection.tsx +++ b/src/components/ui-showcase/sections/ToastSection.tsx @@ -1,6 +1,5 @@ 'use client'; -import { useState } from 'react'; import { ToastProvider, useToast } from '@/components/ui/Toast'; import { Button } from '@/components/ui/Button'; @@ -128,7 +127,7 @@ function ToastDemo() { {/* Toast dans différents contextes */}

- Contextes d'utilisation + Contextes d'utilisation