refactor: restructure components and assets

This commit is contained in:
2025-11-11 14:52:41 +01:00
parent 83b1c4c563
commit cd1586292b
18 changed files with 42 additions and 29 deletions

View File

@@ -0,0 +1,10 @@
<template>
<Screen>
<HomeTopScreenBackground />
<HomeTopScreenCalendar />
<HomeTopScreenClock />
<HomeTopScreenStatusBar />
<slot />
</Screen>
</template>