mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 14:23:39 -04:00
Renamed modules into integrations
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
import { SearchIndex, SearchIndexConfig } from "modules"
|
||||
import { SearchIndex, SearchIndexConfig } from "integrations"
|
||||
|
||||
import { SearchMessage, SearchMessageType } from "../message"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
import { SearchIndexOptions, SearchResult } from "modules"
|
||||
import { SearchIndexOptions, SearchResult } from "integrations"
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
* Types
|
||||
|
||||
Reference in New Issue
Block a user