+
+ {{ word.value }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dto/conceptinturnresponse.dto.ts b/dto/conceptinturnresponse.dto.ts
deleted file mode 100644
index 0b82ac6..0000000
--- a/dto/conceptinturnresponse.dto.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-import { Expose, Type } from 'class-transformer';
-import { ConceptResponseDTO } from './conceptresponse.dto';
-
-export class ConceptInTurnResponseDTO {
- constructor(partial: Partial