mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
test: use carbon-components-svelte
for type imports
This commit is contained in:
parent
31efd1fa1a
commit
f69b2f15b5
93 changed files with 102 additions and 103 deletions
|
@ -2,7 +2,7 @@
|
|||
export let copy = (text: string) => text;
|
||||
export let code = "npm i carbon-component-svelte";
|
||||
|
||||
import { CodeSnippet } from "../types";
|
||||
import { CodeSnippet } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<CodeSnippet on:click="{() => copy(code)}">{code}</CodeSnippet>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue