diff --git a/src/components/download/MirrorList.tsx b/src/components/download/MirrorList.tsx index 6a9db839..f2d8229c 100644 --- a/src/components/download/MirrorList.tsx +++ b/src/components/download/MirrorList.tsx @@ -1,7 +1,7 @@ import { motion } from 'framer-motion'; import { Globe, Wifi, Download } from 'lucide-react'; -import { type Mirror } from '@/types/download'; -import { formatSpeed } from '@/lib/utils'; +import { type Mirror } from '../../types/download'; +import { formatSpeed } from '../../lib/utils'; interface MirrorListProps { mirrors: Mirror[];