Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Feb 15, 2024
1 parent 3f2c12e commit bc4d6b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pxteditor/code-validation/validateBlockFieldValueExists.ts
Original file line number Diff line number Diff line change
@@ -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 }: {
Expand Down

0 comments on commit bc4d6b1

Please sign in to comment.