Changed store file names

This commit is contained in:
Alexis
2024-04-07 15:55:24 +02:00
parent e9df8545a4
commit c8b915c856
14 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ import { Button } from '@/components/ui/button'
import { isCharacter, type Character } from '@/models/Characters'
import { compareDates, type LeimDate, type LeimDateOrder } from '@/models/Date'
import { isCalendarEvent, type CalendarEvent } from '@/models/Events'
import { useCalendar } from '@/stores/calendar'
import { useCalendar } from '@/stores/CalendarStore'
import { computed } from 'vue'
import type { SearchMode } from '../../Search'