dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_CLParticipantReportsModule cluster_CLParticipantReportsModule_imports CLParticipantModule CLParticipantModule CLParticipantReportsModule CLParticipantReportsModule CLParticipantModule->CLParticipantReportsModule

File

apps/recallassess/recallassess-api/src/api/client/reports/participant-reports.module.ts

import { CLParticipantModule } from "@api/client/participant/participant.module";
import { Module } from "@nestjs/common";
import { CLParticipantReportsController } from "./participant-reports.controller";

@Module({
  imports: [CLParticipantModule],
  controllers: [CLParticipantReportsController],
})
export class CLParticipantReportsModule {}

results matching ""

    No results matching ""