chore: add utils module

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