-
-
\ No newline at end of file
diff --git a/src/plugins/built-in/globalSearch/src/components/SearchBar.svelte b/src/plugins/built-in/globalSearch/src/components/SearchBar.svelte
index 41002345..8e8135c7 100644
--- a/src/plugins/built-in/globalSearch/src/components/SearchBar.svelte
+++ b/src/plugins/built-in/globalSearch/src/components/SearchBar.svelte
@@ -10,8 +10,9 @@
import Fuse from 'fuse.js';
import Calculator from './Calculator.svelte';
import { actionMap } from '../indexing/actions';
- import type { IndexItem, HydratedIndexItem } from '../indexing/types';
+ import type { IndexItem } from '../indexing/types';
import debounce from 'lodash/debounce';
+ import { renderComponentMap } from '../indexing/renderComponents';
const {
transparencyEffects,
@@ -22,9 +23,9 @@
}>();
let commandsFuse = $state