Skip to content
Snippets Groups Projects
LoginView.vue 162 B
<template>
<login-card></login-card>
</template>

<script setup lang="ts">
import LoginCard from "@/components/LoginCard.vue";
</script>

<style scoped>

</style>