refactor(server): person dto (#3058)

This commit is contained in:
Jason Rasmussen
2023-06-30 21:52:40 -04:00
committed by GitHub
parent 399312ead3
commit 49f1f6cad7
8 changed files with 11 additions and 15 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
export * from './dto';
export * from './person.dto';
export * from './person.repository';
export * from './person.service';
export * from './response-dto';