Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Sep 3, 2021
1 parent 4e2cc93 commit 7a58a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/easyscore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { RuntimeError, log, defined } from './util';
import { StaveNote } from './stavenote';
import { TupletOptions } from './tuplet';
import { Voice } from './voice';
import { Music } from 'music';
import { Music } from './music';

// To enable logging for this class. Set `Vex.Flow.EasyScore.DEBUG` to `true`.
// eslint-disable-next-line
Expand Down

0 comments on commit 7a58a0f

Please sign in to comment.