simplify component exports

This commit is contained in:
Ollie Taylor
2023-02-23 00:48:21 +00:00
parent 8d4afbd7ff
commit 69346b6c19
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
$: __internal_audio_metadata.update((x) => ({ ...x, muted }));
</script>
{#if src}
{#key src}
<audio
bind:this={element}
{src}
@@ -73,4 +73,4 @@
}}
/>
<!-- <AudioA11yProgress {currentTime} {paused} {duration} /> -->
{/if}
{/key}