Skip to content

Commit ff5ec5b

Browse files
Fix import
1 parent c0d6a16 commit ff5ec5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Once your SASS files are converted into TypeScript or JavaScript files, you can
105105

106106
```typescript
107107
import {CSSResult, LitElement, TemplateResult, html} from 'lit';
108-
import {customElement} from 'lit/decorators';
108+
import {customElement} from 'lit/decorators.js';
109109
import {styles} from './my-button-css';
110110

111111
@customElement('my-button')

0 commit comments

Comments
 (0)