Skip to content

Commit

Permalink
fix: minor ts warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanenkoStud committed Jan 14, 2024
1 parent 7ef8e1f commit 35c7d88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {LitElement, PropertyValues, html, css, unsafeCSS} from 'lit';
import {LitElement, html, css, unsafeCSS} from 'lit';
import {property} from 'lit/decorators.js';
import kiteKeyboardStyles from './kite-custom-keyboard.css?inline';
import {sharedStyles} from '../../shared-styles';
Expand Down

0 comments on commit 35c7d88

Please sign in to comment.