Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangster committed Oct 2, 2023
1 parent 668f536 commit 2a51912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { ifDefined } from 'lit/directives/if-defined.js';
import '@shoelace-style/shoelace/dist/themes/light.css';
import '@shoelace-style/shoelace/dist/components/option/option.js';
import '@shoelace-style/shoelace/dist/components/select/select.js';
import '@shoelace-style/shoelace/dist/components/dropdown/dropdown.js';

export interface OptionParam {
label: string;
Expand Down

0 comments on commit 2a51912

Please sign in to comment.