Fixed some bugs

One issue was a missing ui component and the other was about the previous commit's changes with startDate
This commit is contained in:
Alexis
2024-05-01 14:47:06 +02:00
parent 87df080857
commit e9c14f355d
6 changed files with 12 additions and 20 deletions

View File

@@ -2,6 +2,7 @@
import { useCalendar } from '@/stores/CalendarStore'
import { Button } from '@/components/ui/button'
import { PhMagnifyingGlass } from '@phosphor-icons/vue'
import CalendarMenuNav from './CalendarMenuNav.vue'
import CalendarMenuToday from './CalendarMenuToday.vue'
import CalendarSwitch from './CalendarSwitch.vue'