import b from "./b";
import f from "./f";
console.log(b, f);
import(/* webpackChunkName: "async3" */ "./async3");