Skip to content

Commit

Permalink
[Angular] Reorganize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Jul 7, 2024
1 parent e34d7ff commit 6b5e02d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
limitations under the License.
-%>
import { Component, computed, inject, OnInit, signal } from '@angular/core';
import { FormsModule } from '@angular/forms';

import SharedModule from 'app/shared/shared.module';
import { FormsModule } from '@angular/forms';
import { SortDirective, SortByDirective, sortStateSignal, SortService } from 'app/shared/sort';
import { ConfigurationService } from './configuration.service';
import { Bean, PropertySource } from './configuration.model';
Expand Down

0 comments on commit 6b5e02d

Please sign in to comment.