1
0
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:
Vincent Salucci
2023-03-30 14:23:01 -05:00
committed by GitHub
parent 1129b48b2a
commit a462e93a64
52 changed files with 47 additions and 43 deletions

View File

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