staff_data/apps/server/src/models/lecture/lecture.module.ts

11 lines
378 B
TypeScript
Raw Normal View History

2025-02-06 16:32:52 +08:00
// import { Module } from '@nestjs/common';
// import { LectureRouter } from './lecture.router';
// import { LectureService } from './lecture.service';
// import { TrpcService } from '@server/trpc/trpc.service';
2024-12-31 15:57:32 +08:00
2025-02-06 16:32:52 +08:00
// @Module({
// providers: [LectureRouter, LectureService, TrpcService],
// exports: [LectureRouter, LectureService]
// })
// export class LectureModule { }