feat: Implement testimonials module with submission, link generation, and viewing functionalities.
This commit is contained in:
3
src/testimonials/index.ts
Normal file
3
src/testimonials/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export * from './testimonials.module';
|
||||
export * from './testimonials.service';
|
||||
export * from './testimonials.controller';
|
||||
Reference in New Issue
Block a user