movie-night-web/app/pages/auth/login.vue

13 lines
No EOL
166 B
Vue

<script lang="ts" setup>
import LoginForm from "~/components/forms/auth/login-form.vue";
</script>
<template>
<login-form/>
</template>
<style scoped>
</style>