We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e2bc7 commit 140a505Copy full SHA for 140a505
1 file changed
frontend/src/app/annotate/annotation-input/annotation-input.component.ts
@@ -44,16 +44,16 @@ export type ParseInput = ReturnType<ParseInputForm["getRawValue"]>;
44
selector: "la-annotation-input",
45
standalone: true,
46
imports: [
47
- CommonModule,
48
- PremisesFormComponent,
49
- KnowledgeBaseFormComponent,
50
- FormsModule,
51
- ReactiveFormsModule,
52
- ProblemDetailsComponent,
53
- FontAwesomeModule,
54
- RouterLinkWithHref,
55
- IconButtonComponent
56
-],
+ CommonModule,
+ PremisesFormComponent,
+ KnowledgeBaseFormComponent,
+ FormsModule,
+ ReactiveFormsModule,
+ ProblemDetailsComponent,
+ FontAwesomeModule,
+ RouterLinkWithHref,
+ IconButtonComponent
+ ],
57
templateUrl: "./annotation-input.component.html",
58
styleUrl: "./annotation-input.component.scss",
59
})
0 commit comments