chore: remove now unused stuff

This commit is contained in:
Twig 2025-08-13 20:52:32 +02:00
parent a9af11dcb8
commit e64cc878b8
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
4 changed files with 3 additions and 42 deletions

View file

@ -1,18 +1,4 @@
<template>
<NuxtLayout>
</NuxtLayout>
</template>
<script lang="ts" setup>
await navigateTo("/me/", { replace: true })
definePageMeta({
layout: "client"
});
</script>
<style>
</style>
</script>