mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 12:56:24 +04:00
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
---
|
|
import { Code } from 'astro:components'
|
|
import { cdnPackageSnippet } from '@lib/cdn-snippets.ts'
|
|
---
|
|
|
|
<Code lang="html" code={cdnPackageSnippet()} />
|