Finished Feedback form code to working and added routing
This commit is contained in:
parent
506e3b36da
commit
95653e2a11
6 changed files with 28 additions and 31 deletions
|
@ -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,
|
||||
]
|
||||
})
|
||||
|
|
Reference in a new issue