From d1191c1329f47c24c09b0e29a5de121e035def3a Mon Sep 17 00:00:00 2001 From: timhaywood Date: Mon, 15 Mar 2021 21:23:36 +1100 Subject: [PATCH] chore: delete unused --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c03d9d2..540a2cb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,7 +10,6 @@ import { // Creating layer and property mocks const thisLayer = new Layer(); const thisProperty = new PathProperty([[0, 0]]); -const textProperty = new SourceText('string'); // eBox types type Anchor = 'topLeft' | 'topRight' | 'bottomRight' | 'bottomLeft' | 'center';