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 authored and overmyheadandbody committed Dec 3, 2024
1 parent 807070d commit 0d03fb5
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 0d03fb5

Please sign in to comment.