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