Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Jan 3, 2025
1 parent e0d1ff7 commit 50e5d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/SidePanelFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ import { useUtils } from 'src/core/services/Utils'
import { useFeaturesStore } from 'src/features/stores/featuresStore'
import NavigationService from 'src/services/NavigationService'
import { useSpacesStore } from 'src/spaces/stores/spacesStore'
import { useAuthStore } from 'src/stores/authStore'
import SuggestionDialog from 'src/suggestions/dialogues/SuggestionDialog.vue'
import { Suggestion, SuggestionState } from 'src/suggestions/models/Suggestion'
import { useSuggestionsStore } from 'src/suggestions/stores/suggestionsStore'
Expand All @@ -253,7 +254,6 @@ import WindowsMarkupTable from 'src/windows/components/WindowsMarkupTable.vue'
import { Window } from 'src/windows/models/Window'
import { WindowAction, WindowHolder } from 'src/windows/models/WindowHolder'
import { useWindowsStore } from 'src/windows/stores/windowsStore'
import { useAuthStore } from 'stores/authStore'
import { onMounted, ref, watch, watchEffect } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import { useTabsetsUiStore } from '../tabsets/stores/tabsetsUiStore'
Expand Down
2 changes: 1 addition & 1 deletion test/vitest/__tests__/components/SidePanelFooter.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { installQuasarPlugin } from '@quasar/quasar-app-extension-testing-unit-vitest'
import { DOMWrapper, mount, shallowMount, VueWrapper } from '@vue/test-utils'
import { DOMWrapper, mount, VueWrapper } from '@vue/test-utils'
import { createPinia, setActivePinia } from 'pinia'
import { useQuasar } from 'quasar'
import ChromeApi from 'src/app/BrowserApi'
Expand Down

0 comments on commit 50e5d5e

Please sign in to comment.