UNPKG

@baseplate-dev/react-generators

Version:

React Generators for Baseplate

11 lines 526 B
import { ADMIN_ADMIN_LAYOUT_PATHS } from './template-paths.js'; import { ADMIN_ADMIN_LAYOUT_RENDERERS } from './template-renderers.js'; import { ADMIN_ADMIN_LAYOUT_IMPORTS } from './ts-import-providers.js'; import { ADMIN_ADMIN_LAYOUT_TEMPLATES } from './typed-templates.js'; export const ADMIN_ADMIN_LAYOUT_GENERATED = { imports: ADMIN_ADMIN_LAYOUT_IMPORTS, paths: ADMIN_ADMIN_LAYOUT_PATHS, renderers: ADMIN_ADMIN_LAYOUT_RENDERERS, templates: ADMIN_ADMIN_LAYOUT_TEMPLATES, }; //# sourceMappingURL=index.js.map