Skip to content

Commit

Permalink
remove extra federated.js import
Browse files Browse the repository at this point in the history
  • Loading branch information
saugatmalla committed Nov 6, 2024
1 parent ac1fcd7 commit a7302f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/features/icons/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export function getIconData(icon) {
function preloadInViewIconResources(config) {
const { base } = config;
loadStyle(`${base}/features/icons/icons.css`);
loadLink(`${base}/utils/federated.js`, { rel: 'preload', as: 'script', crossorigin: 'anonymous' });
}

const preloadInViewIcons = async (icons = []) => icons.forEach((icon) => {
Expand Down

0 comments on commit a7302f9

Please sign in to comment.