chore: fix renamings (#7312)

This commit is contained in:
Beka Westberg
2023-07-20 13:50:12 -07:00
committed by GitHub
parent 06ba992206
commit 9efc0d7dd0

View File

@@ -1454,7 +1454,7 @@
Warning: {
newExport: 'WarningIcon',
oldPath: 'Blockly.Warning',
newPath: 'Blocky.icons.WarningIcon',
newPath: 'Blockly.icons.WarningIcon',
},
},
},
@@ -1464,7 +1464,7 @@
Comment: {
newExport: 'CommentIcon',
oldPath: 'Blockly.Comment',
newPath: 'Blocky.icons.CommentIcon',
newPath: 'Blockly.icons.CommentIcon',
},
},
},
@@ -1475,7 +1475,7 @@
Mutator: {
newExport: 'MutatorIcon',
oldPath: 'Blockly.Mutator',
newPath: 'Blocky.icons.MutatorIcon',
newPath: 'Blockly.icons.MutatorIcon',
},
},
},