This commit is contained in:
matin jamshidi
2025-01-19 13:55:20 +03:30
+7
View File
@@ -0,0 +1,7 @@
import { Module } from "@nestjs/common";
@Module({
providers: [],
exports: [],
})
export class UtilsModule {}