@baseplate-dev/react-generators
Version:
React Generators for Baseplate
11 lines • 508 B
JavaScript
import { AUTH_AUTH_ERRORS_PATHS } from './template-paths.js';
import { AUTH_AUTH_ERRORS_RENDERERS } from './template-renderers.js';
import { AUTH_AUTH_ERRORS_IMPORTS } from './ts-import-providers.js';
import { AUTH_AUTH_ERRORS_TEMPLATES } from './typed-templates.js';
export const AUTH_AUTH_ERRORS_GENERATED = {
imports: AUTH_AUTH_ERRORS_IMPORTS,
paths: AUTH_AUTH_ERRORS_PATHS,
renderers: AUTH_AUTH_ERRORS_RENDERERS,
templates: AUTH_AUTH_ERRORS_TEMPLATES,
};
//# sourceMappingURL=index.js.map