From 581217d8de7335d54e32d309e4d6860ccd84e2b4 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Thu, 20 Jul 2023 19:22:57 +0000 Subject: [PATCH] chore: fix renamings --- scripts/migration/renamings.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/migration/renamings.json5 b/scripts/migration/renamings.json5 index 97fbc3fc0fc..bdbb2a132f2 100644 --- a/scripts/migration/renamings.json5 +++ b/scripts/migration/renamings.json5 @@ -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', }, }, },