migrate exchange rates store to composition API and typescript

This commit is contained in:
MaysWind
2025-01-05 23:15:45 +08:00
parent 5b241d2547
commit ad1eec7d47
28 changed files with 182 additions and 163 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { useTransactionTemplatesStore } from './transactionTemplate.js';
import { useTransactionsStore } from './transaction.js';
import { useOverviewStore } from './overview.js';
import { useStatisticsStore } from './statistics.js';
import { useExchangeRatesStore } from './exchangeRates.js';
import { useExchangeRatesStore } from './exchangeRates.ts';
import {
hasUserAppLockState,