mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
13 lines
171 B
Svelte
13 lines
171 B
Svelte
<script>
|
|
import Portfolio from "../components/Portfolio.svelte";
|
|
</script>
|
|
|
|
<style>
|
|
h1 {
|
|
margin-bottom: 1rem;
|
|
}
|
|
</style>
|
|
|
|
<h1>Component Grid</h1>
|
|
|
|
<Portfolio />
|