feat(components): align component name casing card
This commit is contained in:

committed by
konrad

parent
f8f05acc2d
commit
d1d85b43f1
@ -1,5 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import Card from './card.vue'
|
||||
import Card from './Card.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
@ -84,7 +84,7 @@ import ReminderPeriod from '@/components/tasks/partials/reminder-period.vue'
|
||||
import Popup from '@/components/misc/popup.vue'
|
||||
|
||||
import TaskReminderModel from '@/models/taskReminder'
|
||||
import Card from '@/components/misc/card.vue'
|
||||
import Card from '@/components/misc/Card.vue'
|
||||
import SimpleButton from '@/components/input/SimpleButton.vue'
|
||||
import {useDebounceFn} from '@vueuse/core'
|
||||
|
||||
|
Reference in New Issue
Block a user