Skip to content

Commit

Permalink
reorder imports in login component
Browse files Browse the repository at this point in the history
  • Loading branch information
jlf0dev committed May 2, 2023
1 parent 248c5db commit a41dba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/auth/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import { LoginService } from "@bitwarden/common/auth/abstractions/login.service"
import { ListResponse } from "@bitwarden/common/models/response/list.response";
import { PasswordGenerationServiceAbstraction } from "@bitwarden/common/tools/generator/password";

import { RouterService, StateService } from "../../core";
import { flagEnabled } from "../../../utils/flags";
import { RouterService, StateService } from "../../core";

@Component({
selector: "app-login",
Expand Down

0 comments on commit a41dba8

Please sign in to comment.