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

6 lines
75 B
Svelte

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