Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed May 14, 2021
1 parent b7ca76c commit 5aca7ec
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/clefnote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//
// Author Taehoon Moon 2014

import { Vex } from './vex';
import { Note } from './note';
import { Clef } from './clef';
import { Glyph } from './glyph';
Expand Down
1 change: 0 additions & 1 deletion src/glyphnote.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// [VexFlow](http://vexflow.com) - Copyright (c) Mohit Muthanna 2010.

import { Vex } from './vex';
import { BoundingBox } from './boundingbox';
import { Glyph } from './glyph';
import { Note, NoteStruct } from './note';
Expand Down
1 change: 0 additions & 1 deletion src/keysignote.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// [VexFlow](http://vexflow.com) - Copyright (c) Mohit Muthanna 2010.
// Author Mark Meeus 2019

import { Vex } from './vex';
import { Note } from './note';
import { KeySignature } from './keysignature';

Expand Down
1 change: 0 additions & 1 deletion src/timesigglyph.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Vex } from './vex';
import { Glyph, GlyphMetrics } from './glyph';
import { TimeSignature } from './timesignature';
import { check } from './common';
Expand Down

0 comments on commit 5aca7ec

Please sign in to comment.