aotds-docks/src/components/Cost.story.svelte

6 lines
72 B
Svelte

<Cost cost={12}/>
<script>
import Cost from './Cost.svelte';
</script>