9 lines
191 B
Vue
9 lines
191 B
Vue
<template>
|
|
<div
|
|
class="relative items-top justify-center min-h-screen bg-gray-100 sm:items-center sm:pt-0"
|
|
>
|
|
<MainMovie />
|
|
</div>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|