mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 20:00:33 +00:00
refactor(nestjs): export module
This commit is contained in:
@@ -17,6 +17,7 @@ import { LedgerModule } from '../Ledger/Ledger.module';
|
||||
import { BranchesModule } from '../Branches/Branches.module';
|
||||
import { GetExpensesService } from './queries/GetExpenses.service';
|
||||
import { DynamicListModule } from '../DynamicListing/DynamicList.module';
|
||||
import { ExpensesExportable } from './ExpensesExportable';
|
||||
|
||||
@Module({
|
||||
imports: [LedgerModule, BranchesModule, DynamicListModule],
|
||||
@@ -37,6 +38,7 @@ import { DynamicListModule } from '../DynamicListing/DynamicList.module';
|
||||
ExpenseGLEntriesStorageService,
|
||||
ExpenseGLEntriesService,
|
||||
GetExpensesService,
|
||||
ExpensesExportable
|
||||
],
|
||||
})
|
||||
export class ExpensesModule {}
|
||||
|
||||
Reference in New Issue
Block a user