From bc4d6b1a14f1383e54645cb480f8144edc10d76f Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Wed, 14 Feb 2024 16:45:02 -0800 Subject: [PATCH] fix import --- pxteditor/code-validation/validateBlockFieldValueExists.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pxteditor/code-validation/validateBlockFieldValueExists.ts b/pxteditor/code-validation/validateBlockFieldValueExists.ts index a6a50c294d15..59a2822c4543 100644 --- a/pxteditor/code-validation/validateBlockFieldValueExists.ts +++ b/pxteditor/code-validation/validateBlockFieldValueExists.ts @@ -1,3 +1,5 @@ +import * as Blockly from "blockly"; + // validates that one or more blocks comments are in the project // returns the blocks that have comments for teacher tool scenario export function validateBlockFieldValueExists({ usedBlocks, fieldType, fieldValue, specifiedBlock }: {