Skip to content

Commit 9d99184

Browse files
committed
fix: Reimport Overridable
Signed-off-by: Akshat Patel <[email protected]>
1 parent c68bdf7 commit 9d99184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/combobox/combobox.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
getScrollableParents,
2323
hasScrollableParents
2424
} from "carbon-components-angular/utils";
25-
import { I18n } from "carbon-components-angular/i18n";
25+
import { I18n, Overridable } from "carbon-components-angular/i18n";
2626
import { Observable } from "rxjs";
2727

2828
/**

0 commit comments

Comments
 (0)