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
+1 -1
View File
@@ -1,6 +1,6 @@
import { createNamespace, addUnit } from '../utils';
import { ParentMixin } from '../mixins/relation';
import { BORDER_TOP } from '../utils/constant';
import { ParentMixin } from '../mixins/relation';
const [createComponent, bem] = createNamespace('grid');