feat: start of "My Account" page, need API help
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
JustTemmie 2025-06-01 07:15:20 +02:00
parent 705b37fa06
commit 39fb0a9eab
9 changed files with 156 additions and 47 deletions

View file

@ -0,0 +1,13 @@
<template>
<div>
<h1>Privacy (TBA)</h1>
</div>
</template>
<script lang="ts" setup>
import Button from '~/components/buttons/Button.vue';
</script>
<style scoped>
</style>