Skip to content

Commit

Permalink
🔧 (utils): 删除 DataType
Browse files Browse the repository at this point in the history
删除了 utils/DataType.js 文件。
  • Loading branch information
AnkioTomas committed Sep 7, 2024
1 parent 45bcfda commit 8928848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { BillType } from './BillType.js';
import { Currency } from './Currency.js';
import { DataType } from './DataType.js';
import { findNonEmptyString, stripHtml } from './Html.js';
import { formatDate, isTimeInRange } from './Time.js';
import { toDoubleFloat, toFloat } from './Number.js';
Expand Down

0 comments on commit 8928848

Please sign in to comment.