feat: Fundementals for settings pages
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
JustTemmie 2025-06-01 05:04:38 +02:00
parent 55f4f0401b
commit 5012517e9b
3 changed files with 173 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<template>
<div>
<h1>hi</h1>
<h5>TEST</h5>
<h5>TEST</h5>
</div>
</template>
<script lang="ts" setup>
console.log("Loading appearance.vue...")
</script>
<style scoped>
</style>

View file

@ -0,0 +1,13 @@
<template>
<div>
<h1>hi!!</h1>
</div>
</template>
<script lang="ts" setup>
console.log("Loading account.vue...")
</script>
<style scoped>
</style>