feat(home): add theme and alarm buttons (dummy), and refactor to have less components

This commit is contained in:
2025-12-19 19:53:31 +01:00
parent a26e2b1a32
commit 06bcd6baf8
7 changed files with 44 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import Background from "./Background.vue";
import Buttons from "./Buttons/Buttons.vue";
import Buttons from "./Buttons.vue";
</script>
<template>