Skip to content

Commit

Permalink
Add unsafeStatic import
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk committed Mar 18, 2024
1 parent 4035bd6 commit facc807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {LitElement} from 'lit';
import {html, literal} from 'lit/static-html.js';
import {html, literal, unsafeStatic} from 'lit/static-html.js';
import {styleMap} from 'lit/directives/style-map.js';
import {ContextConsumer} from '@lit/context';
import {levelContext} from './level-context.js';
Expand Down

0 comments on commit facc807

Please sign in to comment.