mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 20:26:43 +02:00
🐛 fix: directory structure has been changed
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
import { useState } from 'react';
|
||||
import { motion } from 'framer-motion';
|
||||
import { Loader2 } from 'lucide-react';
|
||||
import { DownloadButton } from '@/components/download/DownloadButton';
|
||||
import { SystemRequirements } from '@/components/download/SystemRequirements';
|
||||
import { Checksum } from '@/components/download/Checksum';
|
||||
import { MirrorList } from '@/components/download/MirrorList';
|
||||
import { NetworkSpeed } from '@/components/download/NetworkSpeed';
|
||||
import { SuggestedMirror } from '@/components/download/SuggestedMirror';
|
||||
import { downloads } from '@/data/download';
|
||||
import { mirrors } from '@/data/mirrors';
|
||||
import { type Mirror } from '@/types/download';
|
||||
import { useNetworkSpeed } from '@/hooks/useNetworkSpeed';
|
||||
import { useLocation } from '@/hooks/useLocation';
|
||||
import { DownloadButton } from '../components/download/DownloadButton';
|
||||
import { SystemRequirements } from '../components/download/SystemRequirements';
|
||||
import { Checksum } from '../components/download/Checksum';
|
||||
import { MirrorList } from '../components/download/MirrorList';
|
||||
import { NetworkSpeed } from '../components/download/NetworkSpeed';
|
||||
import { SuggestedMirror } from '../components/download/SuggestedMirror';
|
||||
import { downloads } from '../data/download';
|
||||
import { mirrors } from '../data/mirrors';
|
||||
import { type Mirror } from '../types/download';
|
||||
import { useNetworkSpeed } from '../hooks/useNetworkSpeed';
|
||||
import { useLocation } from '../hooks/useLocation';
|
||||
|
||||
export default function Download() {
|
||||
const latestVersion = downloads[0];
|
||||
|
Reference in New Issue
Block a user