@@ -45,8 +45,9 @@ function res_imp(){
function impm(filename){
var gcs = iglob.gcs
const src = filename
-
+
// import(`src`).then(res_imp).catch(rej_imp)
+ import(`./imp2`).then(res_imp).catch(rej_imp)
// import(`${src}`).then(res_imp).catch(rej_imp)
/*