fix: review import templates #33

Merged
blas merged 11 commits from feat/review-imports into main 2026-03-24 15:48:23 +00:00
Showing only changes of commit ca63b85086 - Show all commits

View File

@@ -1,8 +1,5 @@
{{#models}}
{{#model}}
{{#imports}}
import { {{classname}} } from './{{classFilename}}.dto';
{{/imports}}
/**
* {{classname}} DTO
* {{#description}}{{description}}{{/description}}