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

15 lines
210 B
Svelte

<Identification />
<ShipCost />
<script>
import Identification from "./Identification.svelte";
import ShipCost from "./ShipCost.svelte";
</script>
<style>
div {
background-color: red;
}
</style>