mirror of
https://github.com/bitwarden/web
synced 2025-12-18 09:13:17 +00:00
Rearrange components
This commit is contained in:
@@ -232,9 +232,7 @@ const routes: Routes = [
|
||||
{
|
||||
path: "organizations",
|
||||
loadChildren: () =>
|
||||
import("./organizations/organization-routing.module").then(
|
||||
(m) => m.OrganizationsRoutingModule
|
||||
),
|
||||
import("./organizations/organization.module").then((m) => m.OrganizationModule),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user