Skip to content

Commit

Permalink
[example] Fix JS version of new context example (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk authored Mar 18, 2024
1 parent 6028886 commit 22ed006
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 22ed006

Please sign in to comment.