@@ -47,7 +47,7 @@ function impm(filename){
const src = filename
// import(`src`).then(res_imp).catch(rej_imp)
- import(`./imp2`).then(res_imp).catch(rej_imp)
+ // import(`./imp2`).then(res_imp).catch(rej_imp)
// import(`${src}`).then(res_imp).catch(rej_imp)
/*