Files
timmal/app/pages/signin.vue

12 lines
156 B
Vue
Raw Normal View History

2025-12-07 21:27:23 +01:00
<template>
<UPage>
<span> Signin </span>
</UPage>
</template>
<script lang="ts" setup>
definePageMeta({
layout: 'unauthenticated',
});
</script>