main
vue 9 lines 207 Bytes
Raw
1 <template>
2 <div class="page">
3 <DetectionCatalogShell />
4 </div>
5 </template>
6
7 <script setup lang="ts">
8 import DetectionCatalogShell from "@/components/detectionCatalog/DetectionCatalogShell.vue"
9 </script>