forked from integrated_whb/integrated_whb_vue
10 lines
215 B
Vue
10 lines
215 B
Vue
|
<template>
|
||
|
<hidden-view print />
|
||
|
</template>
|
||
|
|
||
|
<script setup>
|
||
|
import HiddenView from "@/views/hazard_investigation/checklist_inspection_status/hidden_danger_view.vue";
|
||
|
</script>
|
||
|
|
||
|
<style scoped lang="scss"></style>
|