chore: resolved conflict

This commit is contained in:
Shariq Ansari 2024-11-11 13:29:12 +05:30 committed by GitHub
parent bfc6f112d8
commit 06ccd7b120
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'