diff --git a/src/features/payment/api/paymentApi.ts b/src/features/payment/api/paymentApi.ts index 5c2eb59..91ee054 100644 --- a/src/features/payment/api/paymentApi.ts +++ b/src/features/payment/api/paymentApi.ts @@ -1,5 +1,5 @@ import { getCsrfToken } from '@shared/api/csrf' -import { refreshAccessToken, tokenStore } from '@shared/api/tokenStore' +import { refreshAccessToken } from '@shared/api/tokenStore' const PAYMENT_API_URL = 'https://app.payment.elcsa.ru'