Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchika4 authored Oct 29, 2024
1 parent 9a4fb0e commit a6bff14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ const miloLibs = setLibs(LIBS);
}());

(async function loadPage() {
const { loadArea, setConfig } = await import(`${miloLibs}/utils/utils.js`);
const { loadArea, setConfig, loadLana } = await import(`${miloLibs}/utils/utils.js`);
// eslint-disable-next-line no-unused-vars
const config = setConfig({ ...CONFIG, miloLibs });
loadLana({ clientId: 'news' });
await loadArea();
}());

0 comments on commit a6bff14

Please sign in to comment.