This commit is contained in:
Simon Cambier
2023-01-29 21:07:53 +01:00
parent 4f8370574c
commit 34a2fda066
4 changed files with 1 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ import {
stringsToRegex,
stripMarkdownCharacters,
} from '../tools/utils'
import { Notice, Platform } from 'obsidian'
import { Notice } from 'obsidian'
import type { Query } from './query'
import { cacheManager } from '../cache-manager'
import { sortBy } from 'lodash-es'