Sort modules [eslint rule]

This commit is contained in:
Kushan Joshi
2016-07-06 12:12:08 +05:30
parent 6fe59f0f10
commit 39c82af158
67 changed files with 10455 additions and 10580 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import { displayName, entityOrMemberSelector } from '../util/index';
import { Icon } from '../svg/index';
import { entityOrMemberSelector, displayName } from '../util/index';
import { Select } from '../modes/index';
export function Commit(context) {
var dispatch = d3.dispatch('cancel', 'save');