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