feat(ui): basic layout
Some checks failed
ci / ci (22, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
2025-12-07 21:27:23 +01:00
parent bfb3bafab2
commit db91dfc8fd
18 changed files with 265 additions and 247 deletions

6
app/pages/settings.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>settings</template>
<script setup lang="ts">
const { setPageName } = usePageTitle();
setPageName('Settings');
</script>