UNPKG

@baseplate-dev/react-generators

Version:

React Generators for Baseplate

9 lines 386 B
import { CORE_REACT_APP_PATHS } from './template-paths.js'; import { CORE_REACT_APP_RENDERERS } from './template-renderers.js'; import { CORE_REACT_APP_TEMPLATES } from './typed-templates.js'; export const CORE_REACT_APP_GENERATED = { paths: CORE_REACT_APP_PATHS, renderers: CORE_REACT_APP_RENDERERS, templates: CORE_REACT_APP_TEMPLATES, }; //# sourceMappingURL=index.js.map