mirror of
https://github.com/google/blockly.git
synced 2026-05-09 21:50:12 +02:00
Remove obsolete import
FieldImage used to be used for the bitmaps.
This commit is contained in:
@@ -22,7 +22,6 @@ const {Block} = goog.requireType('Blockly.Block');
|
||||
const {Blocks} = goog.require('Blockly.blocks');
|
||||
const {ConnectionType} = goog.require('Blockly.ConnectionType');
|
||||
const {FieldDropdown} = goog.require('Blockly.FieldDropdown');
|
||||
const {FieldImage} = goog.require('Blockly.FieldImage');
|
||||
const {FieldLabel} = goog.require('Blockly.FieldLabel');
|
||||
const {FieldTextInput} = goog.require('Blockly.FieldTextInput');
|
||||
const {Mutator} = goog.require('Blockly.Mutator');
|
||||
|
||||
Reference in New Issue
Block a user