We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4323321 commit cb21b4dCopy full SHA for cb21b4d
src/App.vue
@@ -17,8 +17,8 @@ import { computed, onMounted } from 'vue'
17
import GlobalDialog from '@/components/dialog/GlobalDialog.vue'
18
import config from '@/config'
19
import { useWorkspaceStore } from '@/stores/workspaceStore'
20
+import { useConflictDetection } from '@/workbench/extensions/manager/composables/useConflictDetection'
21
-import { useConflictDetection } from './composables/useConflictDetection'
22
import { electronAPI, isElectron } from './utils/envUtil'
23
24
const workspaceStore = useWorkspaceStore()
0 commit comments