mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
@@ -5,7 +5,7 @@ import renderSvelte from '@/interface/main';
|
||||
import SearchBar from './SearchBar.svelte';
|
||||
import styles from './styles.css?inline';
|
||||
import { unmount } from 'svelte';
|
||||
import { loadDynamicItems, type DynamicContentItem } from './dynamicSearch';
|
||||
import { type DynamicContentItem, loadDynamicItems } from './dynamicSearch';
|
||||
import { waitForElm } from '@/seqta/utils/waitForElm';
|
||||
|
||||
const settings = defineSettings({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import Fuse, { type FuseResult } from 'fuse.js';
|
||||
import { getStaticCommands, type StaticCommandItem } from './commands';
|
||||
import { getAllDynamicItems, type DynamicContentItem } from './dynamicSearch';
|
||||
import { type DynamicContentItem, getAllDynamicItems } from './dynamicSearch';
|
||||
import type { CombinedResult } from './types';
|
||||
|
||||
export function prepareDynamicItems(items: DynamicContentItem[]): DynamicContentItem[] {
|
||||
|
||||
Reference in New Issue
Block a user