Skip to content

Commit fdc9b6d

Browse files
committed
chore: fix renamings (#7312)
1 parent e06aa02 commit fdc9b6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/migration/renamings.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@
14541454
Warning: {
14551455
newExport: 'WarningIcon',
14561456
oldPath: 'Blockly.Warning',
1457-
newPath: 'Blocky.icons.WarningIcon',
1457+
newPath: 'Blockly.icons.WarningIcon',
14581458
},
14591459
},
14601460
},
@@ -1464,7 +1464,7 @@
14641464
Comment: {
14651465
newExport: 'CommentIcon',
14661466
oldPath: 'Blockly.Comment',
1467-
newPath: 'Blocky.icons.CommentIcon',
1467+
newPath: 'Blockly.icons.CommentIcon',
14681468
},
14691469
},
14701470
},
@@ -1475,7 +1475,7 @@
14751475
Mutator: {
14761476
newExport: 'MutatorIcon',
14771477
oldPath: 'Blockly.Mutator',
1478-
newPath: 'Blocky.icons.MutatorIcon',
1478+
newPath: 'Blockly.icons.MutatorIcon',
14791479
},
14801480
},
14811481
},

0 commit comments

Comments
 (0)