Alphabetize

This commit is contained in:
Rachel Fenichel
2021-07-19 21:26:53 -07:00
parent 8afef7f598
commit ff591b0e73

View File

@@ -39,7 +39,7 @@ const StatementInput = goog.require('Blockly.blockRendering.StatementInput');
const TopRow = goog.require('Blockly.blockRendering.TopRow');
const Types = goog.require('Blockly.blockRendering.Types');
const {ALIGN} = goog.require('Blockly.constants');
const {VALUE, STATEMENT, DUMMY} = goog.require('Blockly.inputTypes');
const {DUMMY, STATEMENT, VALUE} = goog.require('Blockly.inputTypes');