riku
2024-11-19 af1d10f65a06adfac9bac35ead79c4522bb0ba13
1
2
3
4
5
6
7
8
9
<template>
  <div>ConstructionReport</div>
</template>
 
<script>
export default {
  name: 'ConstructionReport',
};
</script>