UNPKG

@baseplate-dev/react-generators

Version:

React Generators for Baseplate

11 lines 535 B
import { APOLLO_REACT_APOLLO_PATHS } from './template-paths.js'; import { APOLLO_REACT_APOLLO_RENDERERS } from './template-renderers.js'; import { APOLLO_REACT_APOLLO_IMPORTS } from './ts-import-providers.js'; import { APOLLO_REACT_APOLLO_TEMPLATES } from './typed-templates.js'; export const APOLLO_REACT_APOLLO_GENERATED = { imports: APOLLO_REACT_APOLLO_IMPORTS, paths: APOLLO_REACT_APOLLO_PATHS, renderers: APOLLO_REACT_APOLLO_RENDERERS, templates: APOLLO_REACT_APOLLO_TEMPLATES, }; //# sourceMappingURL=index.js.map