mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 12:45:18 +02:00
🐛 fix: dir structure has been changed
This commit is contained in:
@@ -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[];
|
||||
|
Reference in New Issue
Block a user