rework hierarchy
This commit is contained in:
11
src/pages/Tools.vue
Normal file
11
src/pages/Tools.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import { HaulerTank, ModuleDamage } from '@/tools';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="mt-4">
|
||||
<HaulerTank />
|
||||
<hr class="mb-4">
|
||||
<ModuleDamage />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user