Skip to content

Commit

Permalink
feat(edit-content) fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Feb 19, 2025
1 parent 9217163 commit d6e53ce
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { fakeAsync, tick } from '@angular/core/testing';
import {
byTestId,
createComponentFactory,
Expand All @@ -9,6 +8,7 @@ import {
import { MockComponent } from 'ng-mocks';
import { of } from 'rxjs';

import { fakeAsync, tick } from '@angular/core/testing';
import { ActivatedRoute, Router } from '@angular/router';

import { MessageService } from 'primeng/api';
Expand All @@ -25,7 +25,6 @@ import {
DotWorkflowsActionsService,
DotWorkflowService
} from '@dotcms/data-access';

import { MOCK_SINGLE_WORKFLOW_ACTIONS } from '@dotcms/utils-testing';

import { DotEditContentSidebarInformationComponent } from './components/dot-edit-content-sidebar-information/dot-edit-content-sidebar-information.component';
Expand Down

0 comments on commit d6e53ce

Please sign in to comment.