Skip to content

Commit

Permalink
preparing chrome release
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Jan 4, 2025
1 parent c00dbf6 commit 888fe7f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 888fe7f

Please sign in to comment.