import Walk from "./walk.js"; import Walk2 from "./create.js"; Walk.create = Walk2.create; export default Walk;