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 031bdb4b3a - Show all commits

View File

@@ -204,6 +204,7 @@ export function generateCleanArchitecture(
operations: {
classname: tag,
classFilename: toCamelCase(tag),
classVarName: toCamelCase(tag),
constantName: tag.toUpperCase().replace(/[^A-Z0-9]/g, '_'),
operation: tagsMap[tag],
imports: imports