I have below code to load external js file
const ImportScript = (url,id,callback) => { const existingScript = document.getElementById(id); if (!existin