Skip to content
Merged
4 changes: 3 additions & 1 deletion backend/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import { UserModule } from './user/user.module';
import { GrantModule } from './grant/grant.module';
import { NotificationsModule } from './notifications/notification.module';
import { CashflowModule } from './cashflow/cashflow.module';
import { CostModule } from './cost/cashflow-cost.module';
import { DefaultValuesModule } from './default-values/default-values.module';

@Module({
imports: [AuthModule, UserModule, GrantModule, NotificationsModule,CashflowModule],
imports: [AuthModule, UserModule, GrantModule, NotificationsModule, CashflowModule, CostModule, DefaultValuesModule],
})
export class AppModule {}
Loading
Loading