// components import components from "./components"; // modules import modules from "./modules"; // templates import templates from "./templates"; const schemas = { all: { ...components, ...modules }, modules, templates }; export { schemas };