// import settings01 from "./01/settings"; // import settings02 from "./02/settings"; export const onListItem = (hook, payload, actions) => { if (hook.id === "weblayout" && hook.type === "drawer") { return [ // settings01, // settings02, ]; } };