Skip to content

Commit 9c25309

Browse files
committed
fix leading newline
1 parent dbc3971 commit 9c25309

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/landing/TableLanding.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ const table = useVueTable({ data, columns, getCoreRowModel: getCoreRowModel() })
210210
},
211211
lit: {
212212
lang: 'ts',
213-
code: `
214-
import { html, LitElement } from 'lit'
213+
code: `import { html, LitElement } from 'lit'
215214
import { customElement } from 'lit/decorators.js'
216215
import {
217216
flexRender,

0 commit comments

Comments
 (0)