Merge branch 'master' of github.com:foretold-app/estiband

* 'master' of github.com:foretold-app/estiband:
  Fixes duplicated function in the bundle file
This commit is contained in:
Ozzie Gooen 2020-03-02 10:13:55 +00:00
commit 26ae5f5595

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';
/**