1
0

feat(components): align component name casing multiselect

This commit is contained in:
Dominik Pschenitschni
2024-06-15 14:14:49 +02:00
committed by konrad
parent 58baf141d5
commit 1ed99d9ebc
9 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@
<script setup lang="ts">
import {computed, ref, shallowReactive, watchEffect, type PropType} from 'vue'
import Multiselect from '@/components/input/multiselect.vue'
import Multiselect from '@/components/input/Multiselect.vue'
import type {IProject} from '@/modelTypes/IProject'

View File

@ -13,7 +13,7 @@
<script setup lang="ts">
import {computed, ref, shallowReactive, watchEffect, type PropType} from 'vue'
import Multiselect from '@/components/input/multiselect.vue'
import Multiselect from '@/components/input/Multiselect.vue'
import type {IUser} from '@/modelTypes/IUser'