@baseplate-dev/react-generators
Version:
React Generators for Baseplate
11 lines • 535 B
JavaScript
import { APOLLO_APOLLO_ERROR_PATHS } from './template-paths.js';
import { APOLLO_APOLLO_ERROR_RENDERERS } from './template-renderers.js';
import { APOLLO_APOLLO_ERROR_IMPORTS } from './ts-import-providers.js';
import { APOLLO_APOLLO_ERROR_TEMPLATES } from './typed-templates.js';
export const APOLLO_APOLLO_ERROR_GENERATED = {
imports: APOLLO_APOLLO_ERROR_IMPORTS,
paths: APOLLO_APOLLO_ERROR_PATHS,
renderers: APOLLO_APOLLO_ERROR_RENDERERS,
templates: APOLLO_APOLLO_ERROR_TEMPLATES,
};
//# sourceMappingURL=index.js.map