1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-06 23:51:28 +01:00

Restore order of ngModule imports (#1560)

This commit is contained in:
Thomas Rittson 2022-03-24 07:25:10 +10:00 committed by GitHub
parent 575847f252
commit 2c43249e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,17 +19,17 @@ import { MaximumVaultTimeoutPolicyComponent } from "./policies/maximum-vault-tim
@NgModule({
imports: [
AppRoutingModule,
BrowserAnimationsModule,
DragDropModule,
FormsModule,
InfiniteScrollModule,
JslibModule,
OrganizationsModule,
OssRoutingModule,
BrowserAnimationsModule,
FormsModule,
ReactiveFormsModule,
RouterModule,
ServicesModule,
InfiniteScrollModule,
DragDropModule,
AppRoutingModule,
OssRoutingModule,
OrganizationsModule, // Must be after OssRoutingModule for competing routes to resolve properly
RouterModule,
WildcardRoutingModule, // Needs to be last to catch all non-existing routes
],
declarations: [