Skip to content

Commit

Permalink
Merge 32050a4 into fffa4c2
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Feb 9, 2024
2 parents fffa4c2 + 32050a4 commit c5872af
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ const coreComponets = [
{ name: 'WelcomeArchitecture', type: WelcomeArchitecture },
];

componentRegistry.registerMultiple(coreComponets);
if (!componentRegistry.registry[coreComponets[0].name]) {
componentRegistry.registerMultiple(coreComponets);
}

export default componentRegistry;

0 comments on commit c5872af

Please sign in to comment.