edit
This commit is contained in:
@ -4,7 +4,6 @@ import { FreightAccountComponent } from './components/freight-account/freight-ac
|
||||
import { DriverAccountComponent } from './components/driver-account/driver-account.component';
|
||||
import { RechargeRecordComponent } from './components/recharge-record/recharge-record.component';
|
||||
import { WithdrawalsRecordComponent } from './components/withdrawals-record/withdrawals-record.component';
|
||||
import { MainAccountComponent } from './components/main-account/main-account.component';
|
||||
import { SharedModule } from '@shared';
|
||||
import { FinancialManagementRoutingModule } from './financial-managemen-routing.module';
|
||||
import { FreightAccountDetailComponent } from './components/freight-account/freight-account-detail/freight-account-detail.component';
|
||||
@ -17,7 +16,6 @@ const ROUTESCOMPONENTS = [
|
||||
DriverAccountComponent,
|
||||
RechargeRecordComponent,
|
||||
WithdrawalsRecordComponent,
|
||||
MainAccountComponent,
|
||||
WithdrawalsDetailComponent
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user