diff --git a/src/components/download/SuggestedMirror.tsx b/src/components/download/SuggestedMirror.tsx index 8c86b53d..24d662ac 100644 --- a/src/components/download/SuggestedMirror.tsx +++ b/src/components/download/SuggestedMirror.tsx @@ -1,6 +1,7 @@ import { MapPin, Download } from 'lucide-react'; import { type Mirror } from '../../types/download'; import { type UserLocation } from '../../lib/location'; +import { motion } from 'framer-motion'; interface SuggestedMirrorProps { mirror: Mirror; @@ -23,13 +24,15 @@ export function SuggestedMirror({ mirror, userLocation, onSelect }: SuggestedMir

{mirror.name}

{mirror.location}

- + );