Files
corp/src/components/IntroVideoAutoplay.vue
2025-04-03 16:57:40 -04:00

8 lines
109 B
Vue

<template>
<intro-video/>
</template>
<script setup>
import IntroVideo from "./IntroVideo.vue";
</script>