feat: quick bottom home screen setup

This commit is contained in:
2025-11-11 14:44:51 +01:00
parent 100219103a
commit 03d063b11f
4 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<template>
<Screen>
<HomeBottomScreenBackground />
<slot />
</Screen>
</template>