Skip to content

Commit

Permalink
Delete unnecessary imports from Ornament.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoSusami committed Oct 5, 2023
1 parent b184399 commit adc4cbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ornament.ts
Expand Up @@ -8,7 +8,6 @@ import { ModifierContextState } from './modifiercontext';
import { Stem } from './stem';
import { StemmableNote } from './stemmablenote';
import { Tables } from './tables';
import { TickContext } from './tickcontext';
import { Category, isTabNote } from './typeguard';
import { defined, log, RuntimeError } from './util';

Expand Down

0 comments on commit adc4cbb

Please sign in to comment.