Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Jan 15, 2025
1 parent 6aafa8f commit edcfcdb
Show file tree
Hide file tree
Showing 2 changed files with 743 additions and 736 deletions.
2 changes: 1 addition & 1 deletion src/pages/SidePanelPage2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import SidePanelNotesView from 'src/notes/views/sidepanel/SidePanelNotesView.vue
import FirstToolbarHelper2 from 'src/pages/sidepanel/helper/FirstToolbarHelper2.vue'
import StartingHint from 'src/pages/widgets/StartingHint.vue'
import { useSpacesStore } from 'src/spaces/stores/spacesStore'
import { useAuthStore } from 'src/stores/authStore'
import { useSuggestionsStore } from 'src/suggestions/stores/suggestionsStore'
import SidePanelPageTabList from 'src/tabsets/layouts/SidePanelPageTabList.vue'
import { Tabset, TabsetStatus } from 'src/tabsets/models/Tabset'
Expand All @@ -65,7 +66,6 @@ import { useTabsStore2 } from 'src/tabsets/stores/tabsStore2'
import SidePanelFoldersView from 'src/tabsets/views/sidepanel/SidePanelFoldersView.vue'
import { useUiStore } from 'src/ui/stores/uiStore'
import { useWindowsStore } from 'src/windows/stores/windowsStore'
import { useAuthStore } from 'stores/authStore'
import { onMounted, onUnmounted, ref, watchEffect } from 'vue'
import { useRouter } from 'vue-router'
Expand Down
Loading

0 comments on commit edcfcdb

Please sign in to comment.