import d from "./d";
import f from "./f";
import x from "x";
import y from "y";
export default "b" + d + f + x + y;