Merge pull request 'fix: extension import' (#7) from fix/externaion-import into main
Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, onMounted } from 'vue'
|
import { ref, onMounted } from 'vue'
|
||||||
import { useServicesStore } from '@MailManager/stores/servicesStore'
|
import { useServicesStore } from '@MailManager/stores/servicesStore'
|
||||||
import AddAccountDialog from '@MailManager/components/AddAccountDialog.vue'
|
import { AddAccountDialog, EditAccountDialog } from '@MailManager/main'
|
||||||
import EditAccountDialog from '@MailManager/components/EditAccountDialog.vue'
|
|
||||||
|
|
||||||
const servicesStore = useServicesStore()
|
const servicesStore = useServicesStore()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user