6 lines
93 B
Svelte
6 lines
93 B
Svelte
|
<script>
|
||
|
export let text = ""
|
||
|
</script>
|
||
|
|
||
|
<h2 class="mdc-typography--headline2">{text}</h2>
|