Skip to content

Commit b80afa1

Browse files
authored
remove extra model export line (#322)
1 parent 7be3985 commit b80afa1

File tree

1 file changed

+0
-2
lines changed
  • smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen

1 file changed

+0
-2
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/IndexGenerator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ private static void writeClientExports(
129129
writer.write("export * from \"./$L\";", modulePath.replace(".ts", ""));
130130
}
131131

132-
// write export statement for models
133-
writer.write("export * from \"./models/index\";");
134132
// Write each custom export.
135133
for (TypeScriptIntegration integration : integrations) {
136134
integration.writeAdditionalExports(settings, model, symbolProvider, writer);

0 commit comments

Comments
 (0)