mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed linter errors
This commit is contained in:
parent
eabbf069cd
commit
270abe1f4c
@ -21,13 +21,11 @@
|
||||
*/
|
||||
|
||||
import "focus-visible"
|
||||
import { NEVER, Subject, defer, fromEvent, merge, of } from "rxjs"
|
||||
import { NEVER, Subject, defer, merge } from "rxjs"
|
||||
import {
|
||||
delay,
|
||||
filter,
|
||||
map,
|
||||
mapTo,
|
||||
mergeMap,
|
||||
mergeWith,
|
||||
shareReplay,
|
||||
switchMap
|
||||
@ -37,8 +35,6 @@ import { configuration, feature } from "./_"
|
||||
import {
|
||||
at,
|
||||
getElement,
|
||||
getElementOrThrow,
|
||||
getElements,
|
||||
requestJSON,
|
||||
setToggle,
|
||||
watchDocument,
|
||||
|
Loading…
Reference in New Issue
Block a user