refactor: import local components instead of using full name
This commit is contained in:
@@ -1,6 +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>
|
||||
<HomeTopScreenBackground />
|
||||
<HomeTopScreenCalendar />
|
||||
<HomeTopScreenClock />
|
||||
<HomeTopScreenStatusBar />
|
||||
<Background />
|
||||
<Calendar />
|
||||
<Clock />
|
||||
<StatusBar />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user