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

@@ -24,7 +24,7 @@ import { Subject } from "rxjs"
import { ajax } from "rxjs/ajax"
import { map, pluck } from "rxjs/operators"
import { SearchIndexOptions } from "modules"
import { SearchIndexOptions } from "integrations"
import { WorkerHandler, watchWorker } from "observables"
import {

View File

@@ -20,7 +20,7 @@
* IN THE SOFTWARE.
*/
import { SearchIndex, SearchIndexConfig } from "modules"
import { SearchIndex, SearchIndexConfig } from "integrations"
import { SearchMessage, SearchMessageType } from "../message"

View File

@@ -20,7 +20,7 @@
* IN THE SOFTWARE.
*/
import { SearchIndexOptions, SearchResult } from "modules"
import { SearchIndexOptions, SearchResult } from "integrations"
/* ----------------------------------------------------------------------------
* Types