mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 22:33:42 -04:00
Fixed linter errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user