From 06ccd7b120de6e83ee21a85722040424966a55fd Mon Sep 17 00:00:00 2001 From: Shariq Ansari <30859809+shariquerik@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:29:12 +0530 Subject: [PATCH] chore: resolved conflict --- frontend/src/components/Layouts/AppSidebar.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Layouts/AppSidebar.vue b/frontend/src/components/Layouts/AppSidebar.vue index a809e681..dbedf399 100644 --- a/frontend/src/components/Layouts/AppSidebar.vue +++ b/frontend/src/components/Layouts/AppSidebar.vue @@ -115,7 +115,10 @@ import SidebarLink from '@/components/SidebarLink.vue' import Notifications from '@/components/Notifications.vue' import Settings from '@/components/Settings/Settings.vue' import { viewsStore } from '@/stores/views' -import { notificationsStore } from '@/stores/notifications' +import { + unreadNotificationsCount, + notificationsStore, +} from '@/stores/notifications' import { showSettings, activeSettingsPage } from '@/composables/settings' import { FeatherIcon, TrialBanner } from 'frappe-ui' import { useStorage } from '@vueuse/core'