Fixed search integration imports

This commit is contained in:
squidfunk
2020-02-14 14:50:11 +01:00
parent 864f612005
commit a4473e893d
5 changed files with 5 additions and 5 deletions

View File

@@ -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"