diff --git a/frontend/src/components/Mobile/MobileSidebar.vue b/frontend/src/components/Mobile/MobileSidebar.vue index f85e5ad4..af313d63 100644 --- a/frontend/src/components/Mobile/MobileSidebar.vue +++ b/frontend/src/components/Mobile/MobileSidebar.vue @@ -104,7 +104,8 @@ import NotificationsIcon from '@/components/Icons/NotificationsIcon.vue' import SidebarLink from '@/components/SidebarLink.vue' import { viewsStore } from '@/stores/views' import { unreadNotificationsCount } from '@/stores/notifications' -import { TrialBanner, createResource } from 'frappe-ui' +import { createResource } from 'frappe-ui' +import { TrialBanner } from 'frappe-ui/frappe' import { computed, h, provide } from 'vue' import { mobileSidebarOpened as sidebarOpened } from '@/composables/settings'