8 lines
109 B
Vue
8 lines
109 B
Vue
<template>
|
|
<intro-video/>
|
|
</template>
|
|
|
|
<script setup>
|
|
import IntroVideo from "./IntroVideo.vue";
|
|
</script>
|