diff --git a/frontend/src/components/home/ContentAuth.vue b/frontend/src/components/home/ContentAuth.vue index f5c363576..6a32bd54e 100644 --- a/frontend/src/components/home/ContentAuth.vue +++ b/frontend/src/components/home/ContentAuth.vue @@ -68,7 +68,7 @@ import {watch, computed} from 'vue' import {useRoute} from 'vue-router' import Navigation from '@/components/home/Navigation.vue' -import QuickActions from '@/components/quick-actions/quick-actions.vue' +import QuickActions from '@/components/quick-actions/QuickActions.vue' import BaseButton from '@/components/base/BaseButton.vue' import {useBaseStore} from '@/stores/base' diff --git a/frontend/src/components/quick-actions/quick-actions.vue b/frontend/src/components/quick-actions/QuickActions.vue similarity index 100% rename from frontend/src/components/quick-actions/quick-actions.vue rename to frontend/src/components/quick-actions/QuickActions.vue