mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
refactor: move organizations folder to admin-console, refs AC-1202 (#5118)
This commit is contained in:
@@ -3,7 +3,7 @@ import { Component, Input, OnChanges } from "@angular/core";
|
||||
import { I18nService } from "@bitwarden/common/abstractions/i18n.service";
|
||||
import { SelectionReadOnlyRequest } from "@bitwarden/common/admin-console/models/request/selection-read-only.request";
|
||||
|
||||
import { GroupView } from "../../../organizations/core";
|
||||
import { GroupView } from "../../../admin-console/organizations/core";
|
||||
|
||||
@Component({
|
||||
selector: "app-group-badge",
|
||||
|
||||
Reference in New Issue
Block a user