Browse Source

fix order in import

pull/6553/head
Erwin-N 2 weeks ago
parent
commit
a9af53bc8a
  1. 2
      apps/client/src/app/components/admin-platform/admin-platform.component.ts

2
apps/client/src/app/components/admin-platform/admin-platform.component.ts

@ -11,8 +11,8 @@ import {
ChangeDetectionStrategy,
ChangeDetectorRef,
Component,
Input,
DestroyRef,
Input,
OnInit,
ViewChild
} from '@angular/core';

Loading…
Cancel
Save