update tariff plan for annual

This commit is contained in:
smanylov
2026-03-25 16:41:32 +07:00
parent 010c39e869
commit 845a3b479d
5 changed files with 73 additions and 13 deletions
@@ -1,6 +1,6 @@
'use client'
import { fetchTariffs, fetchTokensBundle } from '@/app/actions/action';
import { fetchTokensBundle } from '@/app/actions/action';
import { useQuery, useQueryClient } from '@tanstack/react-query';
import { convertBytes } from '@/app/lib/convertBytes';
import { useTranslations } from 'next-intl';