[WIP] Разделил компоненты календаря

This commit is contained in:
megavrilinvv
2023-05-25 12:51:06 +03:00
parent 17bf66c00f
commit 34674bd248
19 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<template lang="pug">
</template>
<script>
export default {
name: "CalendarSidebar",
};
</script>
<style lang="sass" scoped></style>