diff --git a/src/components/kanban/DesktopControls.tsx b/src/components/kanban/DesktopControls.tsx index 88dbdd8..849e6ec 100644 --- a/src/components/kanban/DesktopControls.tsx +++ b/src/components/kanban/DesktopControls.tsx @@ -3,8 +3,7 @@ import { useState, useEffect, useRef, useCallback } from 'react'; import { Button } from '@/components/ui/Button'; import { Input } from '@/components/ui/Input'; -import { JiraQuickFilter } from '@/components/kanban/JiraQuickFilter'; -import { TfsQuickFilter } from '@/components/kanban/TfsQuickFilter'; +import { SourceQuickFilter } from '@/components/kanban/SourceQuickFilter'; import { FontSizeToggle } from '@/components/ui/FontSizeToggle'; import type { KanbanFilters } from '@/lib/types'; @@ -143,14 +142,8 @@ export function DesktopControls({ {/* Section droite : Raccourcis + Bouton Nouvelle tâche */}