1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +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

@@ -51,7 +51,7 @@ const routes: Routes = [
},
{
path: "members",
loadChildren: () => import("../../organizations/members").then((m) => m.MembersModule),
loadChildren: () => import("./members").then((m) => m.MembersModule),
},
{
path: "groups",