1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00
budibase/packages/standard-components/src/Embed.svelte

6 lines
53 B
Svelte
Raw Normal View History

<script>
export let embed
</script>
{@html embed}