Merge remote-tracking branch 'origin/TBSliver/CoreUI' into finn/MoreCoreUI
This commit is contained in:
commit
ccb743ec43
11 changed files with 200 additions and 941 deletions
|
@ -9,6 +9,8 @@ import { LeaderboardsComponent } from './leaderboards.component';
|
|||
import { AccountEditComponent } from './account-edit.component';
|
||||
import { AddDataComponent } from './add-data.component';
|
||||
|
||||
import { GraphWidget } from '../widgets/graph-widget.component';
|
||||
|
||||
import { DashboardRoutingModule } from './dashboard.routing';
|
||||
import { OrgResultComponent } from '../shared/org-result.component';
|
||||
import { OrgTableComponent } from '../shared/org-table.component';
|
||||
|
@ -30,6 +32,7 @@ import { OrgTableComponent } from '../shared/org-table.component';
|
|||
AddDataComponent,
|
||||
OrgResultComponent,
|
||||
OrgTableComponent,
|
||||
GraphWidget,
|
||||
]
|
||||
})
|
||||
export class DashboardModule { }
|
||||
|
|
Reference in a new issue