import d from "./d";
import f from "./f";
import x from "x";
import z from "z";
export default "c" + d + f + x + z;