UNPKG

@baseplate-dev/react-generators

Version:

React Generators for Baseplate

9 lines 428 B
import { APOLLO_APOLLO_SENTRY_PATHS } from './template-paths.js'; import { APOLLO_APOLLO_SENTRY_RENDERERS } from './template-renderers.js'; import { APOLLO_APOLLO_SENTRY_TEMPLATES } from './typed-templates.js'; export const APOLLO_APOLLO_SENTRY_GENERATED = { paths: APOLLO_APOLLO_SENTRY_PATHS, renderers: APOLLO_APOLLO_SENTRY_RENDERERS, templates: APOLLO_APOLLO_SENTRY_TEMPLATES, }; //# sourceMappingURL=index.js.map