🐛 fix: dir structure has been changed

This commit is contained in:
RiO
2024-12-25 06:37:13 +05:30
parent 81402766bd
commit aabb76dd9b

View File

@@ -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[];