chore: sort imports

This commit is contained in:
陈嘉涵
2020-01-19 19:29:30 +08:00
parent 77756f30e6
commit bb53c3c758
56 changed files with 219 additions and 55 deletions
+8 -5
View File
@@ -1,11 +1,14 @@
// Utils
import { formatNumber } from './utils';
import { isIOS } from '../utils/validate/system';
import { preventDefault } from '../utils/dom/event';
import { resetScroll } from '../utils/dom/reset-scroll';
import { createNamespace, isObj, isDef, addUnit } from '../utils';
// Components
import Icon from '../icon';
import Cell from '../cell';
import { cellProps } from '../cell/shared';
import { preventDefault } from '../utils/dom/event';
import { resetScroll } from '../utils/dom/reset-scroll';
import { isIOS } from '../utils/validate/system';
import { formatNumber } from './utils';
import { createNamespace, isObj, isDef, addUnit } from '../utils';
const [createComponent, bem] = createNamespace('field');