添加业务统计
This commit is contained in:
@ -2,10 +2,12 @@ import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { SharedModule } from '@shared';
|
||||
import { PartnerRoutingModule } from './partner-routing.module';
|
||||
import { PartnerBusinessStatisticsIndexComponent } from './business-statistics/components/index/index.component';
|
||||
|
||||
const COMPONENTS: any[] = [];
|
||||
const COMPONENTS: any[] = [
|
||||
PartnerBusinessStatisticsIndexComponent];
|
||||
@NgModule({
|
||||
declarations: [...COMPONENTS],
|
||||
imports: [CommonModule, PartnerRoutingModule, SharedModule]
|
||||
})
|
||||
export class PartnerModule {}
|
||||
export class PartnerModule { }
|
||||
|
||||
Reference in New Issue
Block a user