Skip to content

Commit 6a3d8d0

Browse files
committed
fixup! fix(cdk-experimental/combobox): refactor combobox filtering
1 parent 5bd1d5e commit 6a3d8d0

File tree

1 file changed

+1
-1
lines changed
  • src/cdk-experimental/ui-patterns/listbox

1 file changed

+1
-1
lines changed

src/cdk-experimental/ui-patterns/listbox/option.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* found in the LICENSE file at https://angular.dev/license
77
*/
88

9-
import {computed, signal} from '@angular/core';
9+
import {computed} from '@angular/core';
1010
import {SignalLike} from '../behaviors/signal-like/signal-like';
1111
import {List, ListInputs, ListItem} from '../behaviors/list/list';
1212

0 commit comments

Comments
 (0)