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

@@ -20,7 +20,7 @@
* IN THE SOFTWARE.
*/
import { SearchResult } from "integrations"
import { SearchResult } from "integrations/search"
import { h, truncate } from "utilities"
/* ----------------------------------------------------------------------------