Skip to content

Commit

Permalink
Merge pull request #9 from shimondoodkin/patch-1
Browse files Browse the repository at this point in the history
fix missing import, didn't run without it
  • Loading branch information
philippotto authored Dec 29, 2016
2 parents 68f11ae + dc11a90 commit 19cb671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/services/bar_generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import _ from "lodash";

import KeyConverter from "../services/key_converter.js";
import LevelService from "../services/level_service.js";
import Vex from "vexflow";

const baseNotes = "cdefgab".split("");

Expand Down

0 comments on commit 19cb671

Please sign in to comment.