Riku
2024-09-28 dad10a883e2995704b17132f50474107f5a45a9a
1
2
3
4
5
6
7
8
9
<template>
  <div>ConstructionReport</div>
</template>
 
<script>
export default {
  name: 'ConstructionReport',
};
</script>