Skip to content

Commit cb124e8

Browse files
committed
fix duplicated imports in typescript models
1 parent 67da5d8 commit cb124e8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/resources/handlebars/typescript-axios/modelGeneric.mustache

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
{{#imports}}{{.}},{{/imports}}
3-
} from ".";
4-
5-
/**
1+
/**
62
* {{{description}}}
73
*
84
* @export

0 commit comments

Comments
 (0)