mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
Merge pull request #5133 from bitwarden/ac1202-shared-org-index
[AC-1202] Move shared organization index to admin-console
This commit is contained in:
commit
3fdc30c936
@ -2,7 +2,7 @@ import { NgModule } from "@angular/core";
|
||||
|
||||
import { RadioButtonModule } from "@bitwarden/components";
|
||||
|
||||
import { SharedOrganizationModule } from "../../../../../organizations/shared";
|
||||
import { SharedOrganizationModule } from "../../../shared";
|
||||
|
||||
import { MemberDialogComponent } from "./member-dialog.component";
|
||||
import { NestedCheckboxComponent } from "./nested-checkbox.component";
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { NgModule } from "@angular/core";
|
||||
|
||||
import { SharedOrganizationModule } from "../../../organizations/shared";
|
||||
import { LooseComponentsModule } from "../../../shared";
|
||||
import { SharedOrganizationModule } from "../shared";
|
||||
|
||||
import { BulkConfirmComponent } from "./components/bulk/bulk-confirm.component";
|
||||
import { BulkRemoveComponent } from "./components/bulk/bulk-remove.component";
|
||||
|
@ -1,11 +1,10 @@
|
||||
import { NgModule } from "@angular/core";
|
||||
|
||||
import { SharedOrganizationModule } from "../../organizations/shared";
|
||||
|
||||
import { CoreOrganizationModule } from "./core";
|
||||
import { GroupAddEditComponent } from "./manage/group-add-edit.component";
|
||||
import { GroupsComponent } from "./manage/groups.component";
|
||||
import { OrganizationsRoutingModule } from "./organization-routing.module";
|
||||
import { SharedOrganizationModule } from "./shared";
|
||||
import { AccessSelectorModule } from "./shared/components/access-selector";
|
||||
|
||||
@NgModule({
|
||||
|
@ -0,0 +1,2 @@
|
||||
export * from "./shared-organization.module";
|
||||
export * from "./components/collection-dialog";
|
@ -1,2 +0,0 @@
|
||||
export * from "../../admin-console/organizations/shared/shared-organization.module";
|
||||
export * from "../../admin-console/organizations/shared/components/collection-dialog";
|
Loading…
Reference in New Issue
Block a user