chore: fixed incorrect import
This commit is contained in:
parent
f99abd0330
commit
9d26985609
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import EmailEditor from '@/components/EmailEditor.vue'
|
import EmailEditor from '@/components/EmailEditor.vue'
|
||||||
import EmailIcon from '@/components/icons/EmailIcon.vue'
|
import EmailIcon from '@/components/Icons/EmailIcon.vue'
|
||||||
import { usersStore } from '@/stores/users'
|
import { usersStore } from '@/stores/users'
|
||||||
import { call } from 'frappe-ui'
|
import { call } from 'frappe-ui'
|
||||||
import { ref, watch, computed, defineModel } from 'vue'
|
import { ref, watch, computed, defineModel } from 'vue'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user