mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Move Injection Tokens to own file (#3456)
This commit is contained in:
@@ -5,7 +5,7 @@ import { BehaviorSubject, filter, fromEvent, Observable } from "rxjs";
|
||||
import { StateService } from "@bitwarden/common/abstractions/state.service";
|
||||
import { ThemeType } from "@bitwarden/common/enums/themeType";
|
||||
|
||||
import { WINDOW } from "../jslib-services.module";
|
||||
import { WINDOW } from "../injection-tokens";
|
||||
|
||||
import { Theme } from "./theme";
|
||||
import { ThemeBuilder } from "./themeBuilder";
|
||||
|
||||
Reference in New Issue
Block a user