mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
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 { RadioButtonModule } from "@bitwarden/components";
|
||||||
|
|
||||||
import { SharedOrganizationModule } from "../../../../../organizations/shared";
|
import { SharedOrganizationModule } from "../../../shared";
|
||||||
|
|
||||||
import { MemberDialogComponent } from "./member-dialog.component";
|
import { MemberDialogComponent } from "./member-dialog.component";
|
||||||
import { NestedCheckboxComponent } from "./nested-checkbox.component";
|
import { NestedCheckboxComponent } from "./nested-checkbox.component";
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { NgModule } from "@angular/core";
|
import { NgModule } from "@angular/core";
|
||||||
|
|
||||||
import { SharedOrganizationModule } from "../../../organizations/shared";
|
|
||||||
import { LooseComponentsModule } from "../../../shared";
|
import { LooseComponentsModule } from "../../../shared";
|
||||||
|
import { SharedOrganizationModule } from "../shared";
|
||||||
|
|
||||||
import { BulkConfirmComponent } from "./components/bulk/bulk-confirm.component";
|
import { BulkConfirmComponent } from "./components/bulk/bulk-confirm.component";
|
||||||
import { BulkRemoveComponent } from "./components/bulk/bulk-remove.component";
|
import { BulkRemoveComponent } from "./components/bulk/bulk-remove.component";
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
import { NgModule } from "@angular/core";
|
import { NgModule } from "@angular/core";
|
||||||
|
|
||||||
import { SharedOrganizationModule } from "../../organizations/shared";
|
|
||||||
|
|
||||||
import { CoreOrganizationModule } from "./core";
|
import { CoreOrganizationModule } from "./core";
|
||||||
import { GroupAddEditComponent } from "./manage/group-add-edit.component";
|
import { GroupAddEditComponent } from "./manage/group-add-edit.component";
|
||||||
import { GroupsComponent } from "./manage/groups.component";
|
import { GroupsComponent } from "./manage/groups.component";
|
||||||
import { OrganizationsRoutingModule } from "./organization-routing.module";
|
import { OrganizationsRoutingModule } from "./organization-routing.module";
|
||||||
|
import { SharedOrganizationModule } from "./shared";
|
||||||
import { AccessSelectorModule } from "./shared/components/access-selector";
|
import { AccessSelectorModule } from "./shared/components/access-selector";
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
export * from "../../admin-console/organizations/shared/shared-organization.module";
|
export * from "./shared-organization.module";
|
||||||
export * from "../../admin-console/organizations/shared/components/collection-dialog";
|
export * from "./components/collection-dialog";
|
||||||
|
Loading…
Reference in New Issue
Block a user