mirror of
https://github.com/bitwarden/web
synced 2025-12-18 17:23:24 +00:00
Remove exports, tidy up names
This commit is contained in:
@@ -232,7 +232,7 @@ const routes: Routes = [
|
||||
{
|
||||
path: "organizations",
|
||||
loadChildren: () =>
|
||||
import("./organizations/organization.module").then((m) => m.OrganizationModule),
|
||||
import("./organizations/organizations.module").then((m) => m.OrganizationsModule),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user