import { landing01 } from "./landing"; export const onListItems = (hook, payload, actions) => { if (hook.id === "template" && hook.type === "designs") { return [landing01()]; } }; // export const onComponentRender = (hook, payload, actions) => { // if (hook.id === "webcomponent" && payload.type === "Picture") { // return [EditorPicture]; // } // };