Finished Feedback form code to working and added routing

This commit is contained in:
piratefinn 2017-09-01 15:02:05 +01:00
parent 506e3b36da
commit 95653e2a11
6 changed files with 28 additions and 31 deletions

View file

@ -8,6 +8,7 @@ import { DashboardComponent } from './dashboard.component';
import { DashboardCustomerComponent } from './dashboard-customer.component';
import { AccountEditComponent } from './account-edit.component';
import { AddDataComponent } from './add-data.component';
import { FeedbackComponent } from './feedback.component';
import { GraphWidget } from '../widgets/graph-widget.component';
@ -32,6 +33,7 @@ import { OrgTableComponent } from '../shared/org-table.component';
AddDataComponent,
OrgResultComponent,
OrgTableComponent,
FeedbackComponent,
GraphWidget,
]
})