Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RLCorp committed Sep 17, 2024
1 parent a426dbc commit c10c1e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ import {
CandidateDeclarationSigned,
SetDeclarationStatus,
} from '@store/tests/pre-test-declarations/pre-test-declarations.actions';
import { getRekeyIndicator } from '@store/tests/rekey/rekey.reducer';
import { isRekey } from '@store/tests/rekey/rekey.selector';
import {
hasEyesightTestBeenCompleted,
hasEyesightTestGotSeriousFault,
Expand Down Expand Up @@ -85,8 +87,6 @@ import {
getMotEvidenceProvided,
getRegistrationNumber,
} from '@store/tests/vehicle-details/vehicle-details.selector';
import { getRekeyIndicator } from '@store/tests/rekey/rekey.reducer';
import { isRekey } from '@store/tests/rekey/rekey.selector';

export interface CommonWaitingRoomToCarPageState {
candidateName$: Observable<string>;
Expand Down

0 comments on commit c10c1e5

Please sign in to comment.