Skip to content

Commit

Permalink
fix(components): button
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian committed Mar 10, 2024
1 parent 85be9b2 commit 0766241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/button/button.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* eslint-disable max-len */
import {GecutDirective} from '@gecut/lit-helper/directives/directive.js';
import {directive, type PartInfo} from 'lit/directive.js';
import {classMap} from 'lit/directives/class-map.js';
import {when} from 'lit/directives/when.js';
import {html, noChange} from 'lit/html.js';

Expand Down

0 comments on commit 0766241

Please sign in to comment.