import b from "./b";
import h from "./h";
console.log(b, h);
import(/* webpackChunkName: "async1" */ "./async1");