Skip to content

Commit

Permalink
Merge pull request #13 from zazuko/next-build-cube-shape-import
Browse files Browse the repository at this point in the history
fix: fixed buildCubeShape import path
  • Loading branch information
bergos authored Jun 29, 2021
2 parents 519e912 + cc99d46 commit 7be795b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rdf/cube.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import buildCubeShape from './lib/cube/buildCubeShape.js'
import buildCubeShape from './lib/cube/buildCubeShape/index.js'
import toObservation from './lib/cube/toObservation.js'

export {
Expand Down

0 comments on commit 7be795b

Please sign in to comment.