Skip to content

Commit 0c5d3ef

Browse files
committed
fix: Remove unused import of @blockly/field-colour
This import should have been removed in PR #129 when the code that uses it was rewritten. Fixes #133.
1 parent fb25217 commit 0c5d3ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/line_cursor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* @author [email protected] (Abby Schmiedt)
1414
*/
1515

16-
import {FieldColour} from '@blockly/field-colour';
1716
import * as Blockly from 'blockly/core';
1817
import {ASTNode, Marker} from 'blockly/core';
1918

0 commit comments

Comments
 (0)