1
0
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:
Thomas Rittson
2022-09-08 06:23:32 +10:00
committed by GitHub
parent ae990019c9
commit 09a96e4ee1
9 changed files with 41 additions and 28 deletions

View File

@@ -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";