Fixed dashboard to use new graph widget, and a widget list

This commit is contained in:
Tom Bloor 2017-08-30 12:35:43 +01:00
parent 8a509e5051
commit cd0dd73c1c
3 changed files with 21 additions and 152 deletions

View file

@ -9,7 +9,7 @@ import { LeaderboardsComponent } from './leaderboards.component';
import { AccountEditComponent } from './account-edit.component';
import { AddDataComponent } from './add-data.component';
import { Customer7DayWidget } from '../widgets/customers.component';
import { GraphWidget } from '../widgets/graph-widget.component';
import { DashboardRoutingModule } from './dashboard.routing';
@ -28,7 +28,7 @@ import { DashboardRoutingModule } from './dashboard.routing';
LeaderboardsComponent,
AccountEditComponent,
AddDataComponent,
Customer7DayWidget,
GraphWidget,
]
})
export class DashboardModule { }