Renamed modules into integrations

This commit is contained in:
squidfunk
2020-02-14 12:33:15 +01:00
parent d934bb37c0
commit 8dcbbf2e84
14 changed files with 9 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ import {
resetSearchResultMeta,
setSearchResultMeta
} from "actions"
import { SearchResult } from "modules"
import { SearchResult } from "integrations"
import { renderSearchResult } from "templates"
import { getElementOrThrow } from "../../agent"