mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
docs(content-switcher): remove unused import
This commit is contained in:
parent
d1565c5f75
commit
7149fc5f12
1 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,5 @@
|
||||||
<script>
|
<script>
|
||||||
import {
|
import { ContentSwitcher, Switch, Button } from "carbon-components-svelte";
|
||||||
ContentSwitcher,
|
|
||||||
Switch,
|
|
||||||
ButtonSet,
|
|
||||||
Button,
|
|
||||||
} from "carbon-components-svelte";
|
|
||||||
|
|
||||||
let selectedIndex = 1;
|
let selectedIndex = 1;
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue