feat(components): align component name casing Error

This commit is contained in:
Dominik Pschenitschni
2024-06-17 09:35:24 +00:00
committed by konrad
parent 89e9313b03
commit 1665cd57cb
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { defineAsyncComponent, type AsyncComponentLoader, type AsyncComponentOptions, type Component, type ComponentPublicInstance } from 'vue'
import ErrorComponent from '@/components/misc/error.vue'
import ErrorComponent from '@/components/misc/Error.vue'
import LoadingComponent from '@/components/misc/loading.vue'
const DEFAULT_TIMEOUT = 60000