feat: move top screen components to own folder, and implement calendar
This commit is contained in:
8
app/components/TopScreen/TopScreen.vue
Normal file
8
app/components/TopScreen/TopScreen.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<Screen>
|
||||
<TopScreenBackground />
|
||||
<TopScreenCalendar />
|
||||
|
||||
<slot />
|
||||
</Screen>
|
||||
</template>
|
||||
Reference in New Issue
Block a user