Skip to content

Commit

Permalink
chore(deps): remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
Aykut Saraç committed Dec 28, 2023
1 parent 6cb7a2f commit 6a6c0b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/select/bl-select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import "../button/bl-button";
import BlCheckbox from "../checkbox-group/checkbox/bl-checkbox";
import "../checkbox-group/checkbox/bl-checkbox";
import "../icon/bl-icon";
import "../icon/bl-icon";
import style from "../select/bl-select.css";
import "../select/option/bl-select-option";
import type BlSelectOption from "./option/bl-select-option";
Expand Down

0 comments on commit 6a6c0b1

Please sign in to comment.