Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix circular dependency import at fromMovingPoints file (#97)
* Fix circular dependency import at fromMovingPoints file Rollup reporting circular dependency import at `fromMovingPoints` file ``` Circular dependency: ../../node_modules/transformation-matrix/src/index.js -> ../../node_modules/transformation-matrix/src/fromMovingPoints.js -> ../../node_modules/transformation-matrix/src/index.js ``` * Fix import to compose * Update fromMovingPoints.js
- Loading branch information