From 5082fbcb499b06abcbfe61364767504033f14d40 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 2 Oct 2023 10:34:13 +0200 Subject: [PATCH] Fix Import --- .../taskgroup-creation/taskgroup-creation.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/taskgroups/taskgroup-creation/taskgroup-creation.component.ts b/frontend/src/app/taskgroups/taskgroup-creation/taskgroup-creation.component.ts index 595f7a6..e14946e 100644 --- a/frontend/src/app/taskgroups/taskgroup-creation/taskgroup-creation.component.ts +++ b/frontend/src/app/taskgroups/taskgroup-creation/taskgroup-creation.component.ts @@ -7,6 +7,7 @@ import {MatSnackBar} from "@angular/material/snack-bar"; import {ActivatedRoute} from "@angular/router"; import {TaskgroupCreationData} from "./TaskgroupCreationData"; + @Component({ selector: 'app-taskgroup-creation', templateUrl: './taskgroup-creation.component.html',