diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 362e532..17855fd 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -6,9 +6,11 @@ import { HttpClientModule } from '@angular/common/http'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; -import { TaskListComponent } from './task-list/task-list.component'; import { BackendService } from './services/backend.service'; +import { TaskListComponent } from './task-list/task-list.component'; import { TaskFormComponent } from './task-form/task-form.component'; +import { UserstoryListComponent } from './userstory-list/userstory-list.component'; +import { UserstoryFormComponent } from './userstory-form/userstory-form.component'; import { NgbModule } from '@ng-bootstrap/ng-bootstrap'; @NgModule({