mirror of
https://github.com/frappe/lms.git
synced 2026-04-19 22:52:29 +03:00
refactor: move GoogleMeetAccountModal to Settings folder
Move GoogleMeetAccountModal.vue from Modals to Settings directory to colocate it with GoogleMeetSettings.vue. Update import path.
This commit is contained in:
@@ -116,7 +116,7 @@ import { computed, inject, onMounted, ref } from 'vue'
|
||||
import { Plus, Trash2 } from 'lucide-vue-next'
|
||||
import { cleanError } from '@/utils'
|
||||
import { User } from '@/components/Settings/types'
|
||||
import GoogleMeetAccountModal from '@/components/Modals/GoogleMeetAccountModal.vue'
|
||||
import GoogleMeetAccountModal from '@/components/Settings/GoogleMeetAccountModal.vue'
|
||||
|
||||
const user = inject<User | null>('$user')
|
||||
const showForm = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user