Removed redundant code and started abiliyt for customer entry
This commit is contained in:
parent
ccb743ec43
commit
52fbda7157
8 changed files with 1044 additions and 509 deletions
|
@ -5,7 +5,6 @@ import { ChartsModule } from 'ng2-charts/ng2-charts';
|
|||
import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
|
||||
|
||||
import { DashboardComponent } from './dashboard.component';
|
||||
import { LeaderboardsComponent } from './leaderboards.component';
|
||||
import { AccountEditComponent } from './account-edit.component';
|
||||
import { AddDataComponent } from './add-data.component';
|
||||
|
||||
|
@ -27,7 +26,6 @@ import { OrgTableComponent } from '../shared/org-table.component';
|
|||
],
|
||||
declarations: [
|
||||
DashboardComponent,
|
||||
LeaderboardsComponent,
|
||||
AccountEditComponent,
|
||||
AddDataComponent,
|
||||
OrgResultComponent,
|
||||
|
|
Reference in a new issue