mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-29 04:52:44 +08:00
[offers][fix] Remove crypto coin from currencies
This commit is contained in:
@@ -5,8 +5,8 @@ import {
|
||||
dashboardOfferDtoMapper,
|
||||
getOffersResponseMapper,
|
||||
} from '~/mappers/offers-mappers';
|
||||
import { convertWithDate } from '~/utils/offers/currency/currencyExchange';
|
||||
import { Currency } from '~/utils/offers/currency/CurrencyEnum';
|
||||
import { convertWithDate } from '~/utils/offers/currency/currencyExchange';
|
||||
import { createValidationRegex } from '~/utils/offers/zodRegex';
|
||||
|
||||
import { createRouter } from '../context';
|
||||
|
||||
Reference in New Issue
Block a user