aotds-docks/src/lib/components/ShipSpecs/index.svelte

9 lines
153 B
Svelte

<Identification />
<ShipCost />
<script>
import Identification from "./Identification.svelte";
import ShipCost from "./ShipCost.svelte";
</script>