diff --git a/frontend/src/components/home/TheNavigation.vue b/frontend/src/components/home/TheNavigation.vue index 002b3bda7..4da2ccaac 100644 --- a/frontend/src/components/home/TheNavigation.vue +++ b/frontend/src/components/home/TheNavigation.vue @@ -117,7 +117,7 @@ import { RIGHTS as Rights } from '@/constants/rights' import ProjectSettingsDropdown from '@/components/project/project-settings-dropdown.vue' import Dropdown from '@/components/misc/Dropdown.vue' import DropdownItem from '@/components/misc/DropdownItem.vue' -import Notifications from '@/components/notifications/notifications.vue' +import Notifications from '@/components/notifications/Notifications.vue' import Logo from '@/components/home/Logo.vue' import BaseButton from '@/components/base/BaseButton.vue' import MenuButton from '@/components/home/MenuButton.vue' diff --git a/frontend/src/components/notifications/notifications.vue b/frontend/src/components/notifications/Notifications.vue similarity index 100% rename from frontend/src/components/notifications/notifications.vue rename to frontend/src/components/notifications/Notifications.vue