docs(content-switcher): remove unused import

This commit is contained in:
Eric Liu 2020-12-05 15:24:15 -08:00
commit 7149fc5f12

View file

@ -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>