Standardized the quote style to double quotes across all TypeScript files for consistency. This includes ".ts" and ".dto" files.
3 lines
71 B
TypeScript
3 lines
71 B
TypeScript
export * from "./auth.register.dto";
|
|
export * from "./auth.login.dto";
|