1
0

feat(components): align component name casing Reminders

This commit is contained in:
Dominik Pschenitschni
2024-06-16 22:39:34 +02:00
parent cb8b685d08
commit 304779a7de
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<script setup lang="ts">
import reminders from './reminders.vue'
import reminders from './Reminders.vue'
import {ref} from 'vue'
import ReminderDetail from '@/components/tasks/partials/ReminderDetail.vue'