mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 18:13:26 +00:00
refactor: move organizations folder to admin-console, refs AC-1202 (#5118)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { NgModule } from "@angular/core";
|
||||
|
||||
import { CoreOrganizationModule } from "../../organizations/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";
|
||||
|
||||
Reference in New Issue
Block a user