fix: removed global components
This commit is contained in:
parent
09cec7d645
commit
cd7acfd274
@ -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>
|
||||
|
||||
@ -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'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user