Skip to content

Commit

Permalink
chore: delete unused
Browse files Browse the repository at this point in the history
  • Loading branch information
timhaywood committed Mar 15, 2021
1 parent 826bb5e commit d1191c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
// Creating layer and property mocks
const thisLayer = new Layer();
const thisProperty = new PathProperty<PathValue>([[0, 0]]);
const textProperty = new SourceText('string');

// eBox types
type Anchor = 'topLeft' | 'topRight' | 'bottomRight' | 'bottomLeft' | 'center';
Expand Down

0 comments on commit d1191c1

Please # to comment.