missed semicolon is added

This commit is contained in:
Nikita Mashukov
2017-10-14 17:03:21 +07:00
parent b7b5171a2f
commit 7cd3882cf8

View File

@@ -3,7 +3,7 @@ import _groupBy from 'lodash-es/groupBy';
import _reduce from 'lodash-es/reduce';
import _some from 'lodash-es/some';
import _union from 'lodash-es/union';
import _get from 'lodash-es/get'
import _get from 'lodash-es/get';
import { dispatch as d3_dispatch } from 'd3-dispatch';