🐛 fix: fix the dir

This commit is contained in:
RiO
2024-12-25 07:00:54 +05:30
parent 71e0e2e159
commit 9ee442b438
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import { type Mirror } from '@/types/download';
import { type Mirror } from '../../types/download';
export const africanMirrors: Mirror[] = [
{

View File

@@ -1,4 +1,4 @@
import { type Mirror } from '@/types/download';
import { type Mirror } from '../../types/download';
export const americasMirrors: Mirror[] = [
{

View File

@@ -1,4 +1,4 @@
import { type Mirror } from '@/types/download';
import { type Mirror } from '../../types/download';
export const asianMirrors: Mirror[] = [
{

View File

@@ -1,4 +1,4 @@
import { type Mirror } from '@/types/download';
import { type Mirror } from '../../types/download';
export const europeanMirrors: Mirror[] = [
{

View File

@@ -1,4 +1,4 @@
import { type Mirror } from '@/types/download';
import { type Mirror } from '../../types/download';
export const oceaniaMirrors: Mirror[] = [
{