UNPKG

@baseplate-dev/react-generators

Version:

React Generators for Baseplate

9 lines 400 B
import { ADMIN_ADMIN_HOME_PATHS } from './template-paths.js'; import { ADMIN_ADMIN_HOME_RENDERERS } from './template-renderers.js'; import { ADMIN_ADMIN_HOME_TEMPLATES } from './typed-templates.js'; export const ADMIN_ADMIN_HOME_GENERATED = { paths: ADMIN_ADMIN_HOME_PATHS, renderers: ADMIN_ADMIN_HOME_RENDERERS, templates: ADMIN_ADMIN_HOME_TEMPLATES, }; //# sourceMappingURL=index.js.map