We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab6abb commit 3c1d8f2Copy full SHA for 3c1d8f2
frontend/src/components/Mobile/MobileSidebar.vue
@@ -104,7 +104,8 @@ import NotificationsIcon from '@/components/Icons/NotificationsIcon.vue'
104
import SidebarLink from '@/components/SidebarLink.vue'
105
import { viewsStore } from '@/stores/views'
106
import { unreadNotificationsCount } from '@/stores/notifications'
107
-import { TrialBanner, createResource } from 'frappe-ui'
+import { createResource } from 'frappe-ui'
108
+import { TrialBanner } from 'frappe-ui/frappe'
109
import { computed, h, provide } from 'vue'
110
import { mobileSidebarOpened as sidebarOpened } from '@/composables/settings'
111
0 commit comments