Files
backend/src/testimonials/index.ts

4 lines
122 B
TypeScript
Raw Normal View History

export * from './testimonials.module';
export * from './testimonials.service';
export * from './testimonials.controller';