diff --git a/src/modules/account/account.module.ts b/src/modules/account/account.module.ts index bb93ff9..c7126df 100644 --- a/src/modules/account/account.module.ts +++ b/src/modules/account/account.module.ts @@ -9,4 +9,4 @@ import { AuthModule } from 'src/middleware/auth/auth.module'; providers: [AccountService, AccountRepo], exports: [AccountService, AccountRepo] }) -export class AccountModule {} \ No newline at end of file +export class AccountModule {}