diff --git a/src/components/InteractiveGallery.tsx b/src/components/InteractiveGallery.tsx index d7033af..9e38367 100644 --- a/src/components/InteractiveGallery.tsx +++ b/src/components/InteractiveGallery.tsx @@ -3,7 +3,6 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/com import { Input } from '@/components/ui/input'; import { Badge } from '@/components/ui/badge'; import { Search } from 'lucide-react'; - import BinarySearchTrick from '@/components/BinarySearchTrick'; interface Interactive { id: string; @@ -37,7 +36,7 @@ const InteractiveGallery = () => { } return
-

Data Structures Interactives

+

Data Structures

Interactive tools and resources designed to connect theoretical concepts with practical applications in educational settings.