File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 338338</template >
339339
340340<script setup lang="ts">
341- import { STRIP_CHARS_IN_USER_INPUT } from ' boot/constants'
342341import { formatDistance } from ' date-fns'
343342import { QPopupEdit , uid , useQuasar } from ' quasar'
344343import BrowserApi from ' src/app/BrowserApi'
345344import TabListIconIndicatorsHook from ' src/app/hooks/tabsets/TabListIconIndicatorsHook.vue'
346345import { FeatureIdent } from ' src/app/models/FeatureIdent'
346+ import { STRIP_CHARS_IN_USER_INPUT } from ' src/boot/constants'
347347import { TabReference , TabReferenceType } from ' src/content/models/TabReference'
348348import { useCommandExecutor } from ' src/core/services/CommandExecutor'
349349import { NotificationType , useNotificationHandler } from ' src/core/services/ErrorHandler'
Original file line number Diff line number Diff line change 4646</template >
4747
4848<script setup lang="ts">
49- import { STRIP_CHARS_IN_USER_INPUT } from ' boot/constants'
5049import { formatDistance } from ' date-fns'
5150import { QPopupEdit , uid , useQuasar } from ' quasar'
5251import BrowserApi from ' src/app/BrowserApi'
5352import { FeatureIdent } from ' src/app/models/FeatureIdent'
53+ import { STRIP_CHARS_IN_USER_INPUT } from ' src/boot/constants'
5454import { TabReference , TabReferenceType } from ' src/content/models/TabReference'
5555import { useCommandExecutor } from ' src/core/services/CommandExecutor'
5656import { NotificationType , useNotificationHandler } from ' src/core/services/ErrorHandler'
You can’t perform that action at this time.
0 commit comments