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