rework hierarchy

This commit is contained in:
2023-09-19 11:57:48 +02:00
parent a483580906
commit cd75aa5b13
16 changed files with 138 additions and 100 deletions

View File

@@ -1,15 +0,0 @@
<script setup lang="ts">
import HaulerTank from './HaulerTank.vue';
import ModuleDamage from './ModuleDamage.vue';
</script>
<template>
<div class="mt-4">
<HaulerTank />
<hr class="mb-4">
<ModuleDamage />
</div>
</template>

2
src/tools/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export { default as HaulerTank } from './HaulerTank.vue';
export { default as ModuleDamage } from './ModuleDamage.vue';