diff --git a/templates/model.mustache b/templates/model.mustache index 4224b8b..8139b1f 100644 --- a/templates/model.mustache +++ b/templates/model.mustache @@ -1,8 +1,5 @@ {{#models}} {{#model}} -{{#imports}} -import { {{classname}} } from './{{classFilename}}.dto'; -{{/imports}} /** * {{classname}} DTO * {{#description}}{{description}}{{/description}}