Skip to content

Commit

Permalink
[twisty] Remove extra import in the index.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 18, 2021
1 parent 7b0c4b8 commit 3ff0968
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cubing/twisty/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ export { AlgIndexer } from "./animation/indexer/AlgIndexer";
export { SimpleAlgIndexer } from "./animation/indexer/SimpleAlgIndexer";
export { TreeAlgIndexer } from "./animation/indexer/tree/TreeAlgIndexer";
export { KPuzzleWrapper as KSolvePuzzle } from "./3D/puzzles/KPuzzleWrapper";

import "./dom/element/ElementConfig";

0 comments on commit 3ff0968

Please sign in to comment.