Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix leading newline
  • Loading branch information
plycos committed Feb 11, 2026
commit 9c253095f5fd53523f26746071ee800f3cb3b005
3 changes: 1 addition & 2 deletions src/components/landing/TableLanding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ const table = useVueTable({ data, columns, getCoreRowModel: getCoreRowModel() })
},
lit: {
lang: 'ts',
code: `
import { html, LitElement } from 'lit'
code: `import { html, LitElement } from 'lit'
import { customElement } from 'lit/decorators.js'
import {
flexRender,
Expand Down