mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
refactor(nestjs): exportable modules
This commit is contained in:
@@ -15,6 +15,7 @@ import { VendorsController } from './Vendors.controller';
|
||||
import { GetVendorsService } from './queries/GetVendors.service';
|
||||
import { DynamicListModule } from '../DynamicListing/DynamicList.module';
|
||||
import { VendorsExportable } from './VendorsExportable';
|
||||
import { VendorsImportable } from './VendorsImportable';
|
||||
|
||||
@Module({
|
||||
imports: [TenancyDatabaseModule, DynamicListModule],
|
||||
@@ -32,7 +33,8 @@ import { VendorsExportable } from './VendorsExportable';
|
||||
VendorsApplication,
|
||||
TransformerInjectable,
|
||||
TenancyContext,
|
||||
VendorsExportable
|
||||
VendorsExportable,
|
||||
VendorsImportable
|
||||
],
|
||||
})
|
||||
export class VendorsModule {}
|
||||
|
||||
Reference in New Issue
Block a user