1
0
mirror of https://github.com/bitwarden/web synced 2025-12-18 09:13:17 +00:00

Rearrange components

This commit is contained in:
Thomas Rittson
2022-05-11 11:18:39 +10:00
parent 9eef75a3d3
commit 0c4a1507e0
5 changed files with 25 additions and 170 deletions

View File

@@ -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),
},
],
},