mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
5 lines
80 B
Svelte
5 lines
80 B
Svelte
<script>
|
|
import "carbon-components-svelte/css/white.css";
|
|
</script>
|
|
|
|
<slot />
|