src/packages/effects/plugins/src/code-editor/code-mirror.vue
@@ -1,5 +1,5 @@ <script lang="ts" setup> import type { Nullable } from '..\..\..\..\types\src'; import type { Nullable } from '../../../../types/src'; import type { CodeEditorProps } from './types'; @@ -13,7 +13,7 @@ watchEffect, } from 'vue'; import { usePreferences } from '..\..\..\..\preferences\src'; import { usePreferences } from '../../../../preferences/src'; import { useDebounceFn, useWindowSize } from '@vueuse/core'; import CodeMirror from 'codemirror';