mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
9 lines
239 B
Vue
9 lines
239 B
Vue
<template>
|
|
<q-page class="row items-center justify-evenly q-pa-md" style="height: 90vh; width: 100vw">
|
|
<LoginDialog />
|
|
</q-page>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import LoginDialog from 'components/LoginDialog.vue';
|
|
</script>
|