Skip to content

Commit d1191c1

Browse files
committed
chore: delete unused
1 parent 826bb5e commit d1191c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
// Creating layer and property mocks
1111
const thisLayer = new Layer();
1212
const thisProperty = new PathProperty<PathValue>([[0, 0]]);
13-
const textProperty = new SourceText('string');
1413

1514
// eBox types
1615
type Anchor = 'topLeft' | 'topRight' | 'bottomRight' | 'bottomLeft' | 'center';

0 commit comments

Comments
 (0)