Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidNewman committed Dec 27, 2021
1 parent 8567216 commit 092456c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/annotation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
// [VexFlow](https://vexflow.com) - Copyright (c) Mohit Muthanna 2010.
// MIT License
import { Element } from './element';
import { FontInfo, log, ModifierContextState, StemmableNote, TextFormatter } from './index';
import { log } from './util';
import { FontInfo } from './font';
import { ModifierContextState } from './modifiercontext';
import { StemmableNote } from './stemmablenote';
import { TextFormatter } from './textformatter';
import { Modifier, ModifierPosition } from './modifier';
import { Stave } from './stave';
import { Stem } from './stem';
Expand Down

0 comments on commit 092456c

Please sign in to comment.