1
0
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:
Thomas Rittson
2022-05-11 12:08:56 +10:00
parent 7cf50d09db
commit b81a83ebd3
3 changed files with 5 additions and 52 deletions

View File

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