Skip to content

Commit 6d89771

Browse files
Revert "Update gui-js/libs/menu/src/lib/options/background-color/background-color.component.ts"
This reverts commit ba115dd.
1 parent ba115dd commit 6d89771

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

gui-js/libs/menu/src/lib/options/background-color/background-color.component.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,8 @@ import { ColorPickerComponent, ColorPickerDirective } from 'ngx-color-picker';
1111
standalone: true,
1212
imports: [
1313
FormsModule,
14-
@Component({
15-
standalone: true,
16-
imports: [
17-
ColorPickerDirective,
18-
// …
19-
],
20-
21-
})
22-
export class BackgroundColorComponent { }
14+
ColorPickerComponent,
15+
ColorPickerDirective,
2316
ReactiveFormsModule,
2417
MatButtonModule,
2518
],

0 commit comments

Comments
 (0)