mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
code refactor
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
import CryptoJS from "crypto-js";
|
||||
import CryptoJS from 'crypto-js';
|
||||
import moment from 'moment';
|
||||
import uaParser from 'ua-parser-js';
|
||||
|
||||
import dateTimeConstants from '../consts/datetime.js';
|
||||
import accountConstants from '../consts/account.js';
|
||||
import settings from "./settings.js";
|
||||
import settings from './settings.js';
|
||||
|
||||
function isFunction(val) {
|
||||
return typeof(val) === 'function';
|
||||
|
||||
Reference in New Issue
Block a user