Skip to content

Commit

Permalink
[alg] Export AlgBuilder.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Apr 2, 2021
1 parent f4245d1 commit 90078cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cubing/alg/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { Alg } from "./Alg";
export { AlgBuilder } from "./AlgBuilder";
export { TraversalDownUp, TraversalUp } from "./traversal";
export { Example } from "./example";
export { keyToMove } from "./keyboard";
Expand Down

0 comments on commit 90078cb

Please sign in to comment.