6 lines
53 B
Svelte
6 lines
53 B
Svelte
|
<script>
|
||
|
export let embed
|
||
|
</script>
|
||
|
|
||
|
{@html embed}
|