Spaces:
Sleeping
Sleeping
Vanshik Waghela
feat: complete Phase 2 modules 9-11, fix ledger page SSR rendering, and implement voice note facts reconciliation
10f0b14 | import { Module } from "@nestjs/common"; | |
| import { DbModule } from "../db/db.module.js"; | |
| import { ComplianceController } from "./compliance.controller.js"; | |
| ({ | |
| imports: [DbModule], | |
| controllers: [ComplianceController], | |
| }) | |
| export class ComplianceModule {} | |