Skip to content

Commit 53c275c

Browse files
Missing import on example in signals.md (#1376)
1 parent 3dc7a65 commit 53c275c

File tree

1 file changed

+1
-1
lines changed
  • packages/lit-dev-content/site/docs/v3/data

1 file changed

+1
-1
lines changed

packages/lit-dev-content/site/docs/v3/data/signals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ all update when the value changes.
172172
-->
173173

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

0 commit comments

Comments
 (0)