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:
parent
575847f252
commit
2c43249e98
@ -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: [
|
||||||
|
Loading…
Reference in New Issue
Block a user