fix: removed global components

This commit is contained in:
Shariq Ansari 2024-05-27 21:54:25 +05:30
parent 09cec7d645
commit cd7acfd274
2 changed files with 0 additions and 2 deletions

View File

@ -12,6 +12,5 @@
<script setup>
import CallUI from '@/components/CallUI.vue'
import { Button, FeatherIcon } from 'frappe-ui'
import { mobileSidebarOpened as sidebarOpened } from '@/stores/settings'
</script>

View File

@ -102,7 +102,6 @@ import NotificationsIcon from '@/components/Icons/NotificationsIcon.vue'
import SidebarLink from '@/components/SidebarLink.vue'
import { viewsStore } from '@/stores/views'
import { notificationsStore } from '@/stores/notifications'
import { FeatherIcon } from 'frappe-ui'
import { computed, h } from 'vue'
import { mobileSidebarOpened as sidebarOpened } from '@/stores/settings'