Skip to content

Commit

Permalink
Missing import on example in signals.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianomartinez27 authored Oct 8, 2024
1 parent 3dc7a65 commit 18616d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lit-dev-content/site/docs/v3/data/signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ all update when the value changes.
-->

```ts
import {LitElement, html} from 'lit';
import {LitElement, html, css} from 'lit';
import {customElement} from 'lit/decorators.js';
import {SignalWatcher, signal} from '@lit-labs/signals';

Expand Down

0 comments on commit 18616d8

Please sign in to comment.