mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
5 lines
87 B
Svelte
5 lines
87 B
Svelte
<script>
|
|
import Loading from "./Loading.svelte";
|
|
</script>
|
|
|
|
<Loading {...$$props} />
|