feat(settings): screen setup
This commit is contained in:
13
app/components/Settings/TopScreen/TopScreen.vue
Normal file
13
app/components/Settings/TopScreen/TopScreen.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import Background from "./Background.vue";
|
||||
import Calendar from "./Calendar.vue";
|
||||
import Clock from "./Clock.vue";
|
||||
import StatusBar from "./StatusBar.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Background />
|
||||
<Calendar />
|
||||
<Clock />
|
||||
<StatusBar />
|
||||
</template>
|
||||
Reference in New Issue
Block a user