type tracking

This commit is contained in:
2024-05-17 19:15:15 +02:00
parent 719dc60027
commit 08b28a83be
13 changed files with 63 additions and 75 deletions

View File

@@ -2,7 +2,7 @@
import { LoadingSpinner, Tooltip } from '@/components';
import { formatIsk } from '@/formaters';
import { getHistory, jitaId } from '@/market';
import { getHistoryQuartils } from '@/market/scan';
import { getHistoryQuartils } from '@/market/tracking';
import { ArrowTrendingDownIcon, ArrowTrendingUpIcon } from '@heroicons/vue/24/outline';
import { computedAsync } from '@vueuse/core';
import { ref, watchEffect } from 'vue';
@@ -85,4 +85,4 @@ watchEffect(async () => {
@apply rounded-t-md bg-slate-600;
}
}
</style>
</style>@/market/tracking