diff --git a/src/codegen/.hygen/templates/powerhouse/generate-document-model/customUtils.esm.t b/src/codegen/.hygen/templates/powerhouse/generate-document-model/customUtils.esm.t index 937c5eb..a92be66 100644 --- a/src/codegen/.hygen/templates/powerhouse/generate-document-model/customUtils.esm.t +++ b/src/codegen/.hygen/templates/powerhouse/generate-document-model/customUtils.esm.t @@ -2,4 +2,4 @@ to: "<%= rootDir %>/<%= h.changeCase.param(documentType) %>/src/utils.ts" unless_exists: true --- -export {}; \ No newline at end of file +export {}; diff --git a/src/codegen/.hygen/templates/powerhouse/generate-document-model/reducer.esm.t b/src/codegen/.hygen/templates/powerhouse/generate-document-model/reducer.esm.t index a9c6d63..4dbbb01 100644 --- a/src/codegen/.hygen/templates/powerhouse/generate-document-model/reducer.esm.t +++ b/src/codegen/.hygen/templates/powerhouse/generate-document-model/reducer.esm.t @@ -3,7 +3,7 @@ to: "<%= rootDir %>/<%= h.changeCase.param(documentType) %>/gen/reducer.ts" force: true --- import { ImmutableStateReducer, utils } from "document-model/document"; -import { <%= h.changeCase.pascal(documentType) %>State, <%= h.changeCase.pascal(documentType) %>LocalState, z } from './schema'; +import { <%= h.changeCase.pascal(documentType) %>State, <%= h.changeCase.pascal(documentType) %>LocalState, z } from './types'; import { <%= h.changeCase.pascal(documentType) %>Action } from './actions'; <% modules.forEach(m => { _%>