fix: update import paths for index move, refs AC-1202
This commit is contained in:
parent
1e5d9d6686
commit
68e973a865
|
@ -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({
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
export * from "../../admin-console/organizations/shared/shared-organization.module";
|
||||
export * from "../../admin-console/organizations/shared/components/collection-dialog";
|
||||
export * from "./shared-organization.module";
|
||||
export * from "./components/collection-dialog";
|
||||
|
|
Loading…
Reference in New Issue