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