Fixed linter errors

This commit is contained in:
squidfunk
2022-01-06 20:59:40 +01:00
parent 0bd5ff2741
commit 3ded01c281
4 changed files with 6 additions and 5 deletions

View File

@@ -20,6 +20,8 @@
* IN THE SOFTWARE.
*/
import { ComponentChild } from "preact"
import { feature, translation } from "~/_"
import {
SearchDocument,
@@ -27,7 +29,6 @@ import {
SearchResultItem
} from "~/integrations/search"
import { h, truncate } from "~/utilities"
import { ComponentChild, ComponentChildren } from "preact"
/* ----------------------------------------------------------------------------
* Helper types