|
|
@ -1,6 +1,6 @@ |
|
|
|
<script setup lang="ts"> |
|
|
|
<script setup lang="ts"> |
|
|
|
import { useToast } from 'vue-toastification' |
|
|
|
import { useToast } from 'vue-toastification' |
|
|
|
import AppInstall from './AppStore/AppInstall.vue' |
|
|
|
import AppInstall from './app-store/AppInstall.vue' |
|
|
|
import MdiEditIcon from '~icons/ic/round-edit' |
|
|
|
import MdiEditIcon from '~icons/ic/round-edit' |
|
|
|
import MdiCloseCircleIcon from '~icons/mdi/close-circle-outline' |
|
|
|
import MdiCloseCircleIcon from '~icons/mdi/close-circle-outline' |
|
|
|
import MdiPlusIcon from '~icons/mdi/plus' |
|
|
|
import MdiPlusIcon from '~icons/mdi/plus' |
|
|
|