1
0

feat(components): align component name casing ReminderPeriod

This commit is contained in:
Dominik Pschenitschni 2024-06-16 22:38:08 +02:00
parent 674e37d7b3
commit cb8b685d08
No known key found for this signature in database
GPG Key ID: B257AC0149F43A77
2 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ import type {ITaskReminder} from '@/modelTypes/ITaskReminder'
import {formatDateShort} from '@/helpers/time/formatDate'
import DatepickerInline from '@/components/input/DatepickerInline.vue'
import ReminderPeriod from '@/components/tasks/partials/reminder-period.vue'
import ReminderPeriod from '@/components/tasks/partials/ReminderPeriod.vue'
import Popup from '@/components/misc/Popup.vue'
import TaskReminderModel from '@/models/taskReminder'