Skip to content

Commit f718473

Browse files
fix(demo-lit): remove unused nothing import from CollapsibleDemo
1 parent bd7089a commit f718473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/sdui/demo-lit/src/components/CollapsibleDemo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { LitElement, html, css, nothing } from 'lit';
1+
import { LitElement, html, css } from 'lit';
22
import { property, state } from 'lit/decorators.js';
33
import '@agnosticui/render-lit';
44
import 'agnosticui-core/collapsible';

0 commit comments

Comments
 (0)