mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-03 19:19:42 -04:00
Switched to new RxJS API
This commit is contained in:
@@ -21,15 +21,18 @@
|
||||
*/
|
||||
|
||||
import "focus-visible"
|
||||
import { NEVER, Subject, defer, merge } from "rxjs"
|
||||
import {
|
||||
NEVER,
|
||||
Subject,
|
||||
defer,
|
||||
delay,
|
||||
filter,
|
||||
map,
|
||||
merge,
|
||||
mergeWith,
|
||||
shareReplay,
|
||||
switchMap
|
||||
} from "rxjs/operators"
|
||||
} from "rxjs"
|
||||
|
||||
import { configuration, feature } from "./_"
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user