aotds-docks/src/lib/components/ShipEdit/Weaponry/Weapon/SML/index.story.svelte

9 lines
147 B
Svelte
Raw Normal View History

2023-05-14 21:51:26 +00:00
<Hst.Story title="ShipEdit/Weaponry/Weapons/SML">
<SML />
</Hst.Story>
<script>
export let Hst;
import SML from "./index.svelte";
</script>