feat: Add contact form submission and message management functionality.

This commit is contained in:
pradeepkumar
2026-03-20 12:42:16 +05:30
parent 2914e74947
commit 8e9d623f24
6 changed files with 149 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ import { NotificationsModule } from './notifications';
import { TestimonialsModule } from './testimonials';
import { SupportChatModule } from './support-chat';
import { UserReportsModule } from './user-reports';
import { ContactModule } from './contact';
import { StripeModule } from './stripe';
import { AppController } from './app.controller';
import { AppService } from './app.service';
@@ -66,6 +67,7 @@ import { AppService } from './app.service';
TestimonialsModule,
SupportChatModule,
UserReportsModule,
ContactModule,
StripeModule,
],
controllers: [AppController],