@@ -160,29 +160,29 @@ No one else can access or remove your files without your permission.`"
160160
161161<script setup lang="ts">
162162import {
163- matShare ,
164- matLink ,
165- matCopyAll ,
163+ matClose ,
166164 matContentCopy ,
165+ matCopyAll ,
166+ matLink ,
167+ matShare ,
167168 matWarning ,
168- matClose ,
169169} from ' @quasar/extras/material-icons'
170- import { exportFile , useQuasar } from ' quasar'
171- import { ref , computed , watch } from ' vue'
172170import {
173171 symOutlinedDriveExport ,
174172 symOutlinedFileSave ,
175173 symOutlinedMarkdown ,
176174 symOutlinedPublic ,
177175} from ' @quasar/extras/material-symbols-outlined'
176+ import InfoDialog from ' @taskyon/shared/components/InfoDialog.vue'
177+ import QrCode from ' @taskyon/shared/components/QrCode.vue'
178+ import { copyToClipboard } from ' @taskyon/shared/modules/utils'
179+ import { chat2Md , chatToYaml , type TaskNode } from ' @taskyon/taskyon'
180+ import { exportFile , useQuasar } from ' quasar'
178181import { getFileId , useGdrive } from ' src/modules/gdrive'
182+ import { asyncComputed } from ' src/modules/vueUtils'
179183import { useAppStateStore } from ' src/stores/appState'
180184import { useTaskyonStore } from ' src/stores/taskyonState'
181- import { chat2Md , chatToYaml , type TaskNode } from ' @taskyon/taskyon'
182- import { asyncComputed } from ' src/modules/vueUtils'
183- import QrCode from ' ../QrCode.vue'
184- import InfoDialog from ' ../InfoDialog.vue'
185- import { copyToClipboard } from ' ../../../packages/shared/modules/utils'
185+ import { computed , ref , watch } from ' vue'
186186
187187const showDialog = defineModel ({ type: Boolean , default: false })
188188
0 commit comments