mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 22:33:42 -04:00
Fixed search integration imports
This commit is contained in:
@@ -42,7 +42,7 @@ import {
|
||||
resetSearchResultMeta,
|
||||
setSearchResultMeta
|
||||
} from "actions"
|
||||
import { SearchResult } from "integrations"
|
||||
import { SearchResult } from "integrations/search"
|
||||
import { renderSearchResult } from "templates"
|
||||
|
||||
import { getElementOrThrow } from "../../agent"
|
||||
|
||||
Reference in New Issue
Block a user