Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersky committed Jun 30, 2016
1 parent 0a209ca commit 1578b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/order/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import _ from 'lodash'
import initOrder from './init-order'
import crossCount from './cross-count'
import sortSubgraph from '/sort-subgraph'
import sortSubgraph from './sort-subgraph'
import buildLayerGraph from './build-layer-graph'
import addSubgraphConstraints from './add-subgraph-constraints'
import {Graph} from 'graphlib'
Expand Down

0 comments on commit 1578b95

Please sign in to comment.