WIP Изменила сайдбар приложения

This commit is contained in:
Daria Golova
2023-05-25 16:45:42 +03:00
parent 09df012d5e
commit 164a531a5a
10 changed files with 76 additions and 35 deletions

View File

@@ -0,0 +1,16 @@
<template lang="pug">
calendar-header.flex-1
</template>
<script>
import CalendarHeader from "@/pages/newCalendar/components/CalendarHeader";
export default {
name: "CalendarWrapper",
components: { CalendarHeader },
data() {
return {};
},
};
</script>
<style lang="sass" scoped></style>