remove unused code

This commit is contained in:
MaysWind
2023-07-24 02:40:20 +08:00
parent 70fc781a03
commit 7ca5614c44
-2
View File
@@ -124,10 +124,8 @@ import { useSettingsStore } from '@/stores/setting.js';
import { useUserStore } from '@/stores/user.js';
import { useExchangeRatesStore } from '@/stores/exchangeRates.js';
import { isNumber } from '@/lib/common.js';
import {
getConvertedAmount,
stringCurrencyToNumeric,
getDisplayExchangeRateAmount
} from '@/lib/currency.js';