From aabb76dd9bc5f811c75194abedd59302900f41e2 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Wed, 25 Dec 2024 06:37:13 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20dir=20structure=20has=20b?= =?UTF-8?q?een=20changed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/download/MirrorList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[];