mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
migrate setting.js and logger.js to ts
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ import {
|
||||
getAllFilteredAccountsBalance
|
||||
} from './account.js';
|
||||
|
||||
import logger from './logger.js';
|
||||
import logger from './logger.ts';
|
||||
import services from './services.js';
|
||||
|
||||
function getLanguageDisplayName(translateFn, languageName) {
|
||||
|
||||
Reference in New Issue
Block a user