Fixes duplicated function in the bundle file

This commit is contained in:
Roman Galochkin 2020-03-02 12:52:55 +03:00
parent 5ee9a6d227
commit 8979f02ced

View File

@ -1,5 +1,5 @@
import { Guesstimator } from '@foretold/guesstimator';
import { Samples } from '@foretold/cdf';
import { Guesstimator } from '@foretold/guesstimator/src';
import { Samples } from '@foretold/cdf/lib/samples';
import _ from 'lodash';
/**