mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Restore order of ngModule imports (#1560)
This commit is contained in:
@@ -19,17 +19,17 @@ import { MaximumVaultTimeoutPolicyComponent } from "./policies/maximum-vault-tim
|
|||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
AppRoutingModule,
|
|
||||||
BrowserAnimationsModule,
|
|
||||||
DragDropModule,
|
|
||||||
FormsModule,
|
|
||||||
InfiniteScrollModule,
|
|
||||||
JslibModule,
|
JslibModule,
|
||||||
OrganizationsModule,
|
BrowserAnimationsModule,
|
||||||
OssRoutingModule,
|
FormsModule,
|
||||||
ReactiveFormsModule,
|
ReactiveFormsModule,
|
||||||
RouterModule,
|
|
||||||
ServicesModule,
|
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
|
WildcardRoutingModule, // Needs to be last to catch all non-existing routes
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
|
|||||||
Reference in New Issue
Block a user