From fdc9b6d9f121768f409b1b6bc3bc10cfee61df2f Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Thu, 20 Jul 2023 13:50:12 -0700 Subject: [PATCH] chore: fix renamings (#7312) --- 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 97fbc3fc0..bdbb2a132 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', }, }, },